mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 16:34:45 +01:00
11 lines
266 B
INI
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
|