Skip to content

Commit a29d083

Browse files
committed
Remove the black formatter from our python linting.
1 parent 71a6f07 commit a29d083

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pull_request.yml

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
- name: Run Python lint
5555
run: |
5656
pycodestyle --max-line-length=120 ./**/*.py
57-
black --check --diff ./
5857
build:
5958
name: Build
6059
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)