mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 13:02:47 +01:00
chore(flake8): update comment and version
This commit is contained in:
parent
42e5844564
commit
14dc285b4f
2 changed files with 2 additions and 2 deletions
|
|
@ -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']
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue