New recommended pylint command as part of qa target

This commit is contained in:
Dion Moult
2021-09-10 10:01:06 +10:00
parent 865c0f4895
commit 9b94c3ceca
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ test:
.PHONY: qa
qa:
black .
pylint ./* --output-format=colorized --disable all --enable E
.PHONY: coverage
coverage: