StableDiffusion/.flake8
2023-05-08 14:13:09 +02:00

12 lines
No EOL
191 B
INI

[flake8]
max-line-length = 88
select = "E303, W293, W291, W292, E305, E231, E302"
exclude =
.tox,
__pycache__,
*.pyc,
.env
venv*/*,
.venv/*,
reports/*,
dist/*,