Improve POIs update. Improve state initialization in converters. Code cleanup.
[infos-pratiques:etalage.git] / Makefile
1 .PHONY: check pep8 pyflakes
2
3 all: check
4
5 check: pep8 pyflakes
6
7 pep8:
8         pep8 --exclude=.git,cache,docs --ignore=E251 --max-line-length  120 .
9
10 pyflakes:
11         rm -Rf cache/templates*/
12         pyflakes .