We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5356c commit 3cb5feeCopy full SHA for 3cb5fee
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: lint build publish clean
2
3
lint:
4
- pycodestyle . --ignore=E501 --exclude=.venv
+ pycodestyle . --ignore=E501,E704,W504 --exclude=.venv
5
6
build:
7
python3 -m build
0 commit comments