Parcourir la source

Update Makefile

Oz N Tiram il y a 8 ans
Parent
commit
919eb3e18d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -36,7 +36,7 @@ clean-pyc:
 	find . -name '__pycache__' -exec rm -rf {} +
 
 lint:
-	flake8 pwman scripts
+	flake8 blogit
 
 test:
 	py.test -vv tests