beets/setup.cfg
Thomas Scholtes 883e3b3bc7 Flake8 fixes
2014-04-10 15:56:50 +02:00

12 lines
528 B
INI

[nosetests]
verbosity=1
logging-clear-handlers=1
[flake8]
# F401 module imported but unused
# E231 missing whitespace after ',' (used to align visually)
ignore=F401,E241
# List of files that have not been cleand up yet. We will try to reduce
# this with each commit
exclude=test/*,beetsplug/*,beets/autotag/hooks.py,beets/autotag/__init__.py,beets/autotag/match.py,beets/autotag/mb.py,beets/dbcore/db.py,beets/importer.py,beets/library.py,beets/plugins.py,beets/ui/commands.py,beets/ui/migrate.py,beets/util/functemplate.py