Fix formatting with black

This commit is contained in:
GotthardG
2024-12-16 11:20:33 +01:00
parent 956339c499
commit fbcfe86b9f
4 changed files with 16 additions and 564 deletions

View File

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