Skip to content

Commit

Permalink
[chore] Tweak flake8 options
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Dec 30, 2024
1 parent 46c3b75 commit 5700d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lint:
# ignore errors for long lines and multi-statement lines
@pipx run flake8 --ignore=E501,E701,W503 .
@pipx run flake8 --ignore=E501,E701,W503 --extend-exclude .venv,venv,build --doctests .

rstcheck:
# PyPI does not support Sphinx directives and roles
Expand Down

0 comments on commit 5700d3d

Please sign in to comment.