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