mirror of
https://github.com/beetbox/beets.git
synced 2026-05-17 03:40:59 -04:00
9 lines
203 B
INI
9 lines
203 B
INI
[nosetests]
|
|
verbosity=1
|
|
logging-clear-handlers=1
|
|
|
|
[flake8]
|
|
# E241 missing whitespace after ',' (used to align visually)
|
|
# E221 multiple spaces before operator (used to align visually)
|
|
ignore=E241,E221
|