Oz N Tiram 8 роки тому
батько
коміт
919eb3e18d
1 змінених файлів з 1 додано та 1 видалено
  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