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

Conflicts:
	mopidy/audio/actor.py
	mopidy/audio/playlists.py
2015-02-12 23:14:17 +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