Lint code #1081
Annotations
9 errors
Lint code
Process completed with exit code 1.
|
Lint code:
beetsplug/tidal.py#L19
beetsplug/tidal.py:19:33: TC001 Move application import `beets.library.Library` into a type-checking block
|
Lint code:
beetsplug/tidal.py#L19
beetsplug/tidal.py:19:27: TC001 Move application import `beets.library.Item` into a type-checking block
|
Lint code:
beetsplug/tidal.py#L18
beetsplug/tidal.py:18:43: TC001 Move application import `beets.importer.ImportTask` into a type-checking block
|
Lint code:
beetsplug/tidal.py#L18
beetsplug/tidal.py:18:28: TC001 Move application import `beets.importer.ImportSession` into a type-checking block
|
Lint code:
beetsplug/tidal.py#L8
beetsplug/tidal.py:8:1: F404 `from __future__` imports must occur at the beginning of the file
|
Lint code:
beetsplug/tidal.py#L5
beetsplug/tidal.py:5:29: F401 `collections.abc.Callable` imported but unused
|
Lint code:
beetsplug/tidal.py#L2
beetsplug/tidal.py:2:8: TC003 Move standard library import `optparse` into a type-checking block
|
Lint code:
beetsplug/tidal.py#L1
beetsplug/tidal.py:1:1: I001 Import block is un-sorted or un-formatted
|
Loading