Skip to content

Commit

Permalink
Only flake source code
Browse files Browse the repository at this point in the history
  • Loading branch information
JeltevanBoheemen committed Sep 13, 2023
1 parent 221e56d commit 5cae5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
flake8 **/*.py --count --max-complexity=12 --max-line-length=127 --statistics
flake8 src/**/*.py --count --max-complexity=12 --max-line-length=127 --statistics
- name: Run unit tests
run: |
pip install pytest
Expand Down

0 comments on commit 5cae5c9

Please sign in to comment.