Skip to content

Commit

Permalink
Update flake8_kyu2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Oct 30, 2024
1 parent 0a1e0b7 commit 21fb8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake8_kyu2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
# exit-zero treats all errors as warnings.
# The GitHub editor is 127 chars wide
run: |
flake8 /kyu_2 --count --select=E9,F63,F7,F82 --doctests --show-source --statistics
flake8 kyu_2 --count --select=E9,F63,F7,F82 --doctests --show-source --statistics
flake8 . --count --max-complexity=10 --max-line-length=127 --benchmark --show-source --statistics
# yamllint enable rule:line-length

0 comments on commit 21fb8fd

Please sign in to comment.