Skip to content

Commit 4161597

Browse files
committed
flake project only
1 parent a4a4b16 commit 4161597

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
3434
- name: Lint with flake8
3535
run: |
36-
uv run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
37-
uv run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36+
uv run flake8 ./nb2workflow --count --select=E9,F63,F7,F82 --show-source --statistics
37+
uv run flake8 ./nb2workflow --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
3939
- name: Test with pytest
4040
run: |

0 commit comments

Comments
 (0)