Aerating lint

This commit is contained in:
Yomguithereal 2021-05-04 22:02:10 +02:00
parent 608c09f2cd
commit 7d9fb25f31
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ deps:
lint:
@echo Linting source code using pep8...
pycodestyle --ignore E501,E722,E731,E741,W503,W504 $(SOURCE) test
@echo
@echo Searching for unused imports...
importchecker fog | grep -v __init__ || true
importchecker cfog | grep -v __init__ || true