Skip to content

Commit 61c32b9

Browse files
authored
Update flake8 linting command in workflow
1 parent 2fb385d commit 61c32b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
source .venv/bin/activate
4747
pip install flake8
48-
flake8 *.py --max-line-length=150
48+
flake8 . --exclude venv,__pycache__,Models || true
4949
5050
- name: Run pytest
5151
run: |

0 commit comments

Comments
 (0)