mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Adding excludes to flake8 config
This commit is contained in:
committed by
psychedelicious
parent
d94d4ef83f
commit
627750eded
@@ -198,6 +198,13 @@ output = "coverage/index.xml"
|
||||
max-line-length = 120
|
||||
ignore = ["E203", "E266", "E501", "W503"]
|
||||
select = ["B", "C", "E", "F", "W", "T4"]
|
||||
exclude = [
|
||||
".git",
|
||||
"__pycache__",
|
||||
"build",
|
||||
"dist",
|
||||
"invokeai/frontend/web/node_modules/"
|
||||
]
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
||||
Reference in New Issue
Block a user