yartsu/.flake8

16 lines
243 B
Text
Raw Permalink Normal View History

2022-06-14 18:35:47 -05:00
[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