We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689a44a commit a458092Copy full SHA for a458092
.github/workflows/ci.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: Syntax check
29
run: python -m compileall .
30
31
- - name: Lint with flake8 (relaxed)
32
- run: flake8 app.py --max-line-length=120 --ignore=E501,W391
+ - name: Lint with flake8 (only real errors)
+ run: flake8 app.py --select=E9,F63,F7,F82
33
34
docker-build:
35
runs-on: ubuntu-latest
0 commit comments