Fix formatting with black
This commit is contained in:
8
.flake8
8
.flake8
@@ -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
|
||||
Reference in New Issue
Block a user