mopidy/setup.cfg
Stein Magnus Jodal efd48d864f flake8: Fix new warnings after flake8 upgrade
(cherry picked from commit a693993905)

Conflicts:
	mopidy/audio/actor.py
	mopidy/audio/playlists.py
2015-02-09 00:56:47 +01:00

11 lines
249 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
# - E731 do not assign a lambda expression, use a def
ignore = E402,E731
[wheel]
universal = 1