Selaa lähdekoodia

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

Oz N Tiram 8 vuotta sitten
vanhempi
commit
9dfc972d29
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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