mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-02-16 18:30:24 +00:00
Use flake8 extend-exclude setting instead of exclude
This setting was added in flake8 3.8.0 and allows adding entries to the exclude list without also removing the default entries.
This commit is contained in:
parent
b595456a05
commit
5456013bf4
@ -55,15 +55,10 @@ console_scripts =
|
||||
rsrcfork = rsrcfork.__main__:main
|
||||
|
||||
[flake8]
|
||||
exclude =
|
||||
extend-exclude =
|
||||
.mypy_cache/,
|
||||
build/,
|
||||
dist/,
|
||||
# The following entries would also be added by default by flake8 when not specifying a custom exclude list.
|
||||
# TODO Once flake8 3.8.0 is released, change the name of this configuration setting from exclude to extend-exclude and remove the entries below.
|
||||
.git/,
|
||||
.tox/,
|
||||
__pycache__/,
|
||||
|
||||
# The following issues are ignored because they do not match our code style:
|
||||
ignore =
|
||||
|
Loading…
x
Reference in New Issue
Block a user