Setup flake8 exclude in setup.cfg
This commit is contained in:
parent
0634de6e28
commit
fdab423a49
@ -1,6 +1,6 @@
|
||||
[flake8]
|
||||
application-import-names = mopidy,tests
|
||||
exclude = .git,.tox,build,js
|
||||
exclude = .git,.tox,build,js,tmp
|
||||
# Ignored flake8 warnings:
|
||||
# - E402 module level import not at top of file
|
||||
ignore = E402
|
||||
|
||||
Loading…
Reference in New Issue
Block a user