Skip to content

Commit 7b5663f

Browse files
committed
Updated lint [skip ci]
1 parent e835b44 commit 7b5663f

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
4+
pycodestyle . --ignore=E501 --exclude=.venv
55

66
build:
77
python3 -m build

0 commit comments

Comments
 (0)