update .flake8 - use extend-exclude

so that default excludes are not overwritten
This commit is contained in:
mauwii 2023-02-18 14:42:42 +01:00
parent d77dc68119
commit e3f906e90d
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

10
.flake8
View File

@ -10,15 +10,7 @@ extend-ignore =
extend-select =
# Bugbear line length
B950
exclude =
.venv,
.git,
.tox,
dist,
doc,
*lib/python*,
*egg,
build
extend-exclude =
scripts/orig_scripts/*
ldm/models/*
ldm/modules/*