5 lines
115 B
INI
5 lines
115 B
INI
[flake8]
|
|
max-line-length = 160
|
|
exclude = docs/*, .git, __pycache__, build
|
|
per-file-ignores =
|
|
__init__.py: F401
|