beets/setup.cfg
Adrian Sampson a45ac4a9d6 enable unused import checking
The "noqa" marker is for exceptions such as these.
2014-04-13 20:48:30 -07:00

11 lines
266 B
INI

[nosetests]
verbosity=1
logging-clear-handlers=1
[flake8]
# E231 missing whitespace after ',' (used to align visually)
ignore=E241
# List of files that have not been cleand up yet. We will try to reduce
# this with each commit
exclude=test/*,beets/ui/commands.py