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