Przeglądaj źródła

Merge branch 'master' of github.com:oz123/blogit

Oz N Tiram 8 lat temu
rodzic
commit
9dfc972d29
1 zmienionych plików z 1 dodań i 1 usunięć
  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