We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e835b44 commit 7b5663fCopy full SHA for 7b5663f
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: lint build publish clean
2
3
lint:
4
- pycodestyle . --ignore=E501
+ pycodestyle . --ignore=E501 --exclude=.venv
5
6
build:
7
python3 -m build
0 commit comments