mopidy/setup.cfg
Lasse Bigum 34ada2784a flake8: fix PEP8 warnings about lambda
Fix the 'lambda to def' warnings
2015-02-12 22:10:36 +01:00

10 lines
190 B
INI

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