Skip to content

Commit a458092

Browse files
committed
Update ci.yml
1 parent 689a44a commit a458092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Syntax check
2929
run: python -m compileall .
3030

31-
- name: Lint with flake8 (relaxed)
32-
run: flake8 app.py --max-line-length=120 --ignore=E501,W391
31+
- name: Lint with flake8 (only real errors)
32+
run: flake8 app.py --select=E9,F63,F7,F82
3333

3434
docker-build:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)