fixed flake8 hopefully
This commit is contained in:
14
.flake8
14
.flake8
@@ -1,11 +1,11 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 79 # PEP8 recommends 79, but you can adjust this
|
max-line-length = 79
|
||||||
|
|
||||||
exclude =
|
exclude =
|
||||||
venv, # Ignore your virtual environment
|
venv,
|
||||||
.git, # Ignore Git files
|
.git,
|
||||||
__pycache__, # Ignore Python cache
|
__pycache__,
|
||||||
|
|
||||||
ignore =
|
ignore =
|
||||||
E203, # Ignore specific errors (customize as needed)
|
E203,
|
||||||
W503 # Ignore line break before binary operator
|
W503
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user