thsf.net/.flake8

7 lines
144 B
INI

[flake8]
ignore = E111,I001,I004,I003,E265,E114,E501,I005
exclude = .git,__pycache__
max-line-length = 160
use-flake8-tabs = true
tab-width = 2