chore(flake8): update comment and version

This commit is contained in:
Jef LeCompte 2020-06-04 21:55:47 -04:00
parent 42e5844564
commit 14dc285b4f
No known key found for this signature in database
GPG key ID: 9FFEF859EB0452E5
2 changed files with 2 additions and 2 deletions

View file

@ -332,7 +332,7 @@ class Distance(object):
self._penalties = {}
@LazyClassProperty
def _weights(cls): # noqa
def _weights(cls): # noqa: N805
"""A dictionary from keys to floating-point weights.
"""
weights_view = config['match']['distance_weights']

View file

@ -31,7 +31,7 @@ deps =
flake8-coding
flake8-future-import
flake8-blind-except
pep8-naming~=0.7.0
pep8-naming
files = beets beetsplug beet test setup.py docs
[testenv]