mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 03:04:54 -05:00
6 lines
132 B
INI
6 lines
132 B
INI
[flake8]
|
|
max-line-length = 255
|
|
exclude = .git,__pycache__,doc/,docs/,build/,dist/,archive/
|
|
#per-file-ignores =
|
|
# __init__.py:F401
|
|
|