Skip to content

Commit 3cb5fee

Browse files
committed
Updated lint task [skip ci]
1 parent 0a5356c commit 3cb5fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: lint build publish clean
22

33
lint:
4-
pycodestyle . --ignore=E501 --exclude=.venv
4+
pycodestyle . --ignore=E501,E704,W504 --exclude=.venv
55

66
build:
77
python3 -m build

0 commit comments

Comments
 (0)