X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;fp=Makefile;h=606418e25071788b47ff4459e983045e2c571602;hb=d958fa7e963c072149186209df16c7cd0d1e17f7;hp=c0984d9916fd3636cd8c76f559add992889251a8;hpb=d57bca01664cb9ab20213ba1f4cf82fdb672b08c;p=turbot diff --git a/Makefile b/Makefile index c0984d9..606418e 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,10 @@ ifndef VIRTUAL_ENV $(error "No virtualenv active. Try '. ./env/bin/activate'") endif +.PHONY: flake +flake: + flake8 --exclude=env,.deploy* + .PHONY: bootstrap bootstrap: @echo "=== Creating python virtual environment ==="