SofaStyler / .flake8
Sophie98
finishing touches
09012f9
raw history blame
No virus
189 Bytes
[flake8]
exclude =
.git,
*.egg-info,
__pycache__,
.tox,
.pytest_cache,
build,
dist,
tests
max-line-length = 88
ignore = D202,W503,E203 # conflicts with black