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 2fb385d commit 61c32b9Copy full SHA for 61c32b9
1 file changed
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
source .venv/bin/activate
47
pip install flake8
48
- flake8 *.py --max-line-length=150
+ flake8 . --exclude venv,__pycache__,Models || true
49
50
- name: Run pytest
51
0 commit comments