mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-10 00:23:15 -06:00
16 lines
243 B
Text
16 lines
243 B
Text
|
[flake8]
|
||
|
ignore = E203, E266, E501, W503, F403
|
||
|
exclude =
|
||
|
.git,
|
||
|
__pycache__,
|
||
|
.venv
|
||
|
old,
|
||
|
build,
|
||
|
dist,
|
||
|
preamble.py
|
||
|
|
||
|
max-line-length = 88
|
||
|
max-complexity = 18
|
||
|
select = B,C,E,F,W,T4,B9
|
||
|
per-file-ignores = __init__.py:F401
|