Add .flake8 file

The flake8 validation tool prefers an actual configuration
file to inline comments to disable the lint.
This commit is contained in:
Emmanuele Bassi 2022-02-15 11:47:30 +00:00
parent 66857db98e
commit fe3f699371

View File

@ -0,0 +1,4 @@
[flake8]
# We are generating long lines through templates
max-line-length = 120
exclude = __pycache__