Skip to content

Commit 4a735a8

Browse files
committed
flake8 ignores docs/ folder
1 parent 935c34c commit 4a735a8

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
@@ -30,7 +30,7 @@ uninstall:
3030
python3.6 -m pip uninstall -y iocage
3131
check:
3232
flake8 --version
33-
flake8 --exclude=".travis,.eggs,__init__.py" --ignore=E203,W391,D107,A001,A002,A003,A004
33+
flake8 --exclude=".travis,.eggs,__init__.py,docs" --ignore=E203,W391,D107,A001,A002,A003,A004
3434
bandit --skip B404 --exclude iocage/tests/ -r .
3535
test:
3636
pytest iocage/tests --zpool $(ZPOOL)

0 commit comments

Comments
 (0)