Spaces:
Build error
Build error
File size: 189 Bytes
09012f9 |
1 2 3 4 5 6 7 8 9 10 11 12 |
[flake8]
exclude =
.git,
*.egg-info,
__pycache__,
.tox,
.pytest_cache,
build,
dist,
tests
max-line-length = 88
ignore = D202,W503,E203 # conflicts with black |