chore(deps): update dependency ruff to v0.16.6 #1329
Annotations
10 errors
|
ruff (UP035):
PyViCare/PyViCareCachedService.py#L2
PyViCare/PyViCareCachedService.py:2:1: UP035 `typing.List` is deprecated, use `list` instead
|
|
ruff (N999):
PyViCare/PyViCareCachedService.py#L1
PyViCare/PyViCareCachedService.py:1:1: N999 Invalid module name: 'PyViCareCachedService'
|
|
ruff (I001):
PyViCare/PyViCareBrowserOAuthManager.py#L1
PyViCare/PyViCareBrowserOAuthManager.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (N999):
PyViCare/PyViCareBrowserOAuthManager.py#L1
PyViCare/PyViCareBrowserOAuthManager.py:1:1: N999 Invalid module name: 'PyViCareBrowserOAuthManager'
|
|
ruff (I001):
PyViCare/PyViCareAbstractOAuthManager.py#L1
PyViCare/PyViCareAbstractOAuthManager.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (N999):
PyViCare/PyViCareAbstractOAuthManager.py#L1
PyViCare/PyViCareAbstractOAuthManager.py:1:1: N999 Invalid module name: 'PyViCareAbstractOAuthManager'
|
|
ruff (UP004):
PyViCare/PyViCare.py#L92
PyViCare/PyViCare.py:92:16: UP004 Class `DictWrap` inherits from `object`
help: Remove `object` inheritance
|
|
ruff (RUF012):
PyViCare/PyViCare.py#L73
PyViCare/PyViCare.py:73:30: RUF012 Mutable default value for class attribute
help: Consider initializing in `__init__` or annotating with `typing.ClassVar`
|
|
ruff (N999):
PyViCare/PyViCare.py#L1
PyViCare/PyViCare.py:1:1: N999 Invalid module name: 'PyViCare'
|
|
ruff (N999):
PyViCare/Feature.py#L1
PyViCare/Feature.py:1:1: N999 Invalid module name: 'Feature'
|