beets/setup.cfg
Adrian Sampson e21c04e912 flake8-cleanliness in missing
This is a little bit dumb, but one way to get the style checker to accept the
nice alignment in this plugin is to make it a dict.
2014-04-13 17:59:17 -07:00

12 lines
350 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/*,beets/library.py,beets/ui/commands.py,beets/util/functemplate.py