Skip to content

Commit 18e771e

Browse files
author
Christopher Doris
committed
fix source folder to be linted
1 parent 2b12ca7 commit 18e771e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
- name: Lint with flake8
8585
run: |
8686
# stop the build if there are Python syntax errors or undefined names
87-
uv run flake8 . --count --select=E9,F63,F7,F82 --ignore=F821 --show-source --statistics
87+
uv run flake8 ./pysrc ./pytest --count --select=E9,F63,F7,F82 --ignore=F821 --show-source --statistics
8888
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
89-
uv run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
89+
uv run flake8 ./pysrc ./pytest --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
9090
9191
- name: Run tests
9292
run: |

0 commit comments

Comments
 (0)