mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
10 lines
280 B
INI
10 lines
280 B
INI
[nosetests]
|
|
verbosity=1
|
|
logging-clear-handlers=1
|
|
eval-attr="!=slow"
|
|
|
|
[flake8]
|
|
# E241 missing whitespace after ',' (used to align visually)
|
|
# E221 multiple spaces before operator (used to align visually)
|
|
# E731 do not assign a lambda expression, use a def
|
|
ignore=E241,E221,E731
|