Skip to content

Commit

Permalink
fix flake invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jthurner committed Dec 5, 2024
1 parent feafcbc commit 543ea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Lint with flake8 (all errors/warnings)
run: |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --exclude .venv --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
uv run flake8 . --exclude .venv --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
tutorial_tests:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 543ea0f

Please sign in to comment.