Files
piper/.flake8
Jente Hidskes 1ed66262b7 flake8: ignore piper.in
The code injection is invalid Python syntax which triggers flake8. Since
it's a generated file it's safe to ignore this one in flake8 and check
the generated builddir/piper and builddir/piper.devel instead.
2017-07-26 10:07:28 +02:00

4 lines
90 B
INI

[flake8]
ignore = E402,E501
exclude = .git,__pycache__,build,data,piper/piper.py,piper.in