mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
12 lines
938 B
INI
12 lines
938 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
|
|
|
|
# List of files that have not been cleand up yet. We will try to reduce
|
|
# this with each commit
|
|
exclude=test/test_config_command.py,test/test_files.py,test/test_art.py,test/test_dbcore.py,test/test_web.py,test/test_zero.py,test/rsrc/beetsplug/test.py,test/test_template.py,test/test_importfeeds.py,test/test_echonest.py,test/test_datequery.py,test/test_mb.py,test/test_convert.py,test/testall.py,test/test_player.py,test/test_query.py,test/test_mediafile.py,test/test_keyfinder.py,test/test_the.py,test/test_library.py,test/test_lyrics.py,test/test_ihate.py,test/test_vfs.py,test/test_replaygain.py,test/__init__.py,test/_common.py,test/test_mediafile_edge.py,test/test_ui.py,test/helper.py,test/test_autotag.py,test/test_pipeline.py
|