bluesix / .flake8
soulwax
Initial commit
375afca
raw
history blame
155 Bytes
[flake8]
max-line-length = 88
extend-ignore = E203
exclude =
.tox,
__pycache__,
*.pyc,
.env
venv/*
.venv/*
reports/*
dist/*