Skip to content

Commit c8f58e5

Browse files
TanziTanzi
authored andcommitted
lint is use to check all warnings, errors, fatal issue
1 parent 12b28eb commit c8f58e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test:
2828
# check code
2929
# flake8: pip install flake8
3030
lint:
31-
flake8 src/ tests/ examples/ --count --statistics
31+
flake8 --ignore=E501 src/ tests/ examples/ --count --statistics --exclude=src/*/__init__.py
3232

3333
# only check Error(E) and Fatal(F)
3434
error:

0 commit comments

Comments
 (0)