We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a6f07 commit a29d083Copy full SHA for a29d083
.github/workflows/pull_request.yml
@@ -54,7 +54,6 @@ jobs:
54
- name: Run Python lint
55
run: |
56
pycodestyle --max-line-length=120 ./**/*.py
57
- black --check --diff ./
58
build:
59
name: Build
60
runs-on: ubuntu-latest
0 commit comments