10 lines
194 B
INI
10 lines
194 B
INI
[flake8]
|
|
application-import-names = mopidy,tests
|
|
exclude = .git,.tox,build,js,tmp
|
|
# Ignored flake8 warnings:
|
|
# - E402 module level import not at top of file
|
|
ignore = E402
|
|
|
|
[wheel]
|
|
universal = 1
|