9 lines
229 B
INI
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 |