beets/beets
Adrian Sampson 58afaf07a5 Switch to new noqa syntax for flake8 3.0
Apparently, `# noqa ignore=X` worked before, but now the syntax is more terse,
like this: `# noqa: X`.

See the changelog here:
http://flake8.pycqa.org/en/latest/release-notes/3.0.0.html
2016-07-25 15:02:10 -04:00
..
autotag Explicitly sort match candidates by distance 2016-07-14 03:23:39 -04:00
dbcore Use py3_path for sqlite3.connect (part of #2096) 2016-06-30 14:54:38 -07:00
ui add missing bytestring_paths for python -bb 2016-07-03 22:25:47 -04:00
util Switch to new noqa syntax for flake8 3.0 2016-07-25 15:02:10 -04:00
__init__.py Next release version is 1.4.0, not 1.3.20 2016-07-02 10:11:31 -07:00
art.py make sure extract() in art handles bytestring paths 2016-06-17 02:37:08 -04:00
config_default.yaml Add new importer configuration to deal with duplicate items 2016-06-19 12:53:37 +05:30
importer.py use py3_path for archive (ZipFile, etc) filenames 2016-07-10 01:53:24 -04:00
library.py Switch to new noqa syntax for flake8 3.0 2016-07-25 15:02:10 -04:00
logging.py replace unicode with six.text_type 2016-06-24 05:53:49 -04:00
mediafile.py ID3 desc fields also use unicode strings 2016-07-01 21:47:18 -07:00
plugins.py chmod -x plugins.py 2016-07-05 20:25:00 +02:00
vfs.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00