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