mirror of
https://github.com/libratbag/piper.git
synced 2026-04-23 07:48:36 -04:00
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.
4 lines
90 B
INI
4 lines
90 B
INI
[flake8]
|
|
ignore = E402,E501
|
|
exclude = .git,__pycache__,build,data,piper/piper.py,piper.in
|