mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update .flake8 - use extend-exclude
so that default excludes are not overwritten
This commit is contained in:
parent
d77dc68119
commit
e3f906e90d
10
.flake8
10
.flake8
@ -10,15 +10,7 @@ extend-ignore =
|
|||||||
extend-select =
|
extend-select =
|
||||||
# Bugbear line length
|
# Bugbear line length
|
||||||
B950
|
B950
|
||||||
exclude =
|
extend-exclude =
|
||||||
.venv,
|
|
||||||
.git,
|
|
||||||
.tox,
|
|
||||||
dist,
|
|
||||||
doc,
|
|
||||||
*lib/python*,
|
|
||||||
*egg,
|
|
||||||
build
|
|
||||||
scripts/orig_scripts/*
|
scripts/orig_scripts/*
|
||||||
ldm/models/*
|
ldm/models/*
|
||||||
ldm/modules/*
|
ldm/modules/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user