We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628e629 commit 12ab3d4Copy full SHA for 12ab3d4
.github/workflows/python-tests.yml
@@ -33,7 +33,7 @@ jobs:
33
run: python -m pip install -r requirements-dev.txt
34
35
- name: Run linter
36
- run: flake8 .
+ run: flake8 --max-line-length 120 --ignore=E721 .
37
38
- name: Run tests
39
run: pytest --cov uchecker -v
0 commit comments