aaredb/.flake8
2024-12-16 11:20:33 +01:00

9 lines
229 B
INI

[flake8]
# Set line length to match black's default
max-line-length = 88
# Ignore rules incompatible with black
ignore = E203, W503
# Exclude unnecessary directories or files
exclude = .git, __pycache__, venv, .venv, migrations