Bump pylint from 3.2.7 to 3.3.1 #3402
Annotations
57 errors and 13 warnings
py 3.12 on ubuntu-latest (skip_cython)
Process completed with exit code 8.
|
py 3.12 on macos-latest (skip_cython)
await waiter
|
py 3.12 on macos-latest (skip_cython)
await self._async_create_endpoints()
|
py 3.12 on macos-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint( # type: ignore[type-var]
|
py 3.12 on macos-latest (skip_cython)
transport.close()
|
py 3.12 on macos-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
|
py 3.12 on macos-latest (skip_cython)
self._check_closed()
|
py 3.12 on macos-latest (skip_cython)
raise RuntimeError('Event loop is closed')
|
py 3.11 on ubuntu-latest (skip_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.11 on ubuntu-latest (skip_cython)
await waiter
|
py 3.11 on ubuntu-latest (skip_cython)
await self._async_create_endpoints()
|
py 3.11 on ubuntu-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint( # type: ignore[type-var]
|
py 3.11 on ubuntu-latest (skip_cython)
transport.close()
|
py 3.11 on ubuntu-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
|
py 3.11 on ubuntu-latest (skip_cython)
self._check_closed()
|
py 3.11 on ubuntu-latest (skip_cython)
raise RuntimeError('Event loop is closed')
|
py 3.11 on ubuntu-latest (skip_cython)
The operation was canceled.
|
py 3.10 on ubuntu-latest (skip_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.10 on ubuntu-latest (skip_cython)
await waiter
|
py 3.10 on ubuntu-latest (skip_cython)
await self._async_create_endpoints()
|
py 3.10 on ubuntu-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint( # type: ignore[type-var]
|
py 3.10 on ubuntu-latest (skip_cython)
transport.close()
|
py 3.10 on ubuntu-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
|
py 3.10 on ubuntu-latest (skip_cython)
self._check_closed()
|
py 3.10 on ubuntu-latest (skip_cython)
raise RuntimeError('Event loop is closed')
|
py 3.13 on macos-latest (skip_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.13 on macos-latest (skip_cython)
The operation was canceled.
|
py 3.9 on ubuntu-latest (skip_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.9 on ubuntu-latest (skip_cython)
await waiter
|
py 3.9 on ubuntu-latest (skip_cython)
await self._async_create_endpoints()
|
py 3.9 on ubuntu-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint( # type: ignore[type-var]
|
py 3.9 on ubuntu-latest (skip_cython)
transport.close()
|
py 3.9 on ubuntu-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
|
py 3.9 on ubuntu-latest (skip_cython)
self._check_closed()
|
py 3.9 on ubuntu-latest (skip_cython)
raise RuntimeError('Event loop is closed')
|
py 3.9 on ubuntu-latest (skip_cython)
The operation was canceled.
|
py 3.12 on windows-latest (skip_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.12 on windows-latest (skip_cython)
The operation was canceled.
|
py 3.10 on ubuntu-latest (use_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.10 on ubuntu-latest (use_cython)
The operation was canceled.
|
py 3.13 on ubuntu-latest (skip_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.13 on ubuntu-latest (skip_cython)
await waiter
|
py 3.13 on ubuntu-latest (skip_cython)
await self._async_create_endpoints()
|
py 3.13 on ubuntu-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint( # type: ignore[type-var]
|
py 3.13 on ubuntu-latest (skip_cython)
transport.close()
|
py 3.13 on ubuntu-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
|
py 3.13 on ubuntu-latest (skip_cython)
self._check_closed()
|
py 3.13 on ubuntu-latest (skip_cython)
raise RuntimeError('Event loop is closed')
|
py 3.13 on ubuntu-latest (skip_cython)
The operation was canceled.
|
py 3.11 on ubuntu-latest (use_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.11 on ubuntu-latest (use_cython)
The operation was canceled.
|
py 3.12 on ubuntu-latest (use_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.12 on ubuntu-latest (use_cython)
The operation was canceled.
|
py 3.13 on ubuntu-latest (use_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.13 on ubuntu-latest (use_cython)
The operation was canceled.
|
py 3.9 on ubuntu-latest (use_cython)
Canceling since a higher priority waiting request for 'CI-968' exists
|
py 3.9 on ubuntu-latest (use_cython)
The operation was canceled.
|
py 3.12 on ubuntu-latest (skip_cython):
aioesphomeapi/connection.py#L793
R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
|
py 3.12 on ubuntu-latest (skip_cython):
aioesphomeapi/log_runner.py#L18
R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
|
py 3.12 on ubuntu-latest (skip_cython):
aioesphomeapi/client.py#L461
R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
|
py 3.12 on ubuntu-latest (skip_cython):
aioesphomeapi/client.py#L535
R0917: Too many positional arguments (8/5) (too-many-positional-arguments)
|
py 3.12 on ubuntu-latest (skip_cython):
aioesphomeapi/client.py#L720
R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
|
py 3.12 on ubuntu-latest (skip_cython):
aioesphomeapi/client.py#L814
R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
|
py 3.12 on ubuntu-latest (skip_cython):
aioesphomeapi/client.py#L830
R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
|
py 3.12 on ubuntu-latest (skip_cython):
aioesphomeapi/client.py#L846
R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
|
py 3.12 on ubuntu-latest (skip_cython):
aioesphomeapi/client.py#L977
R0917: Too many positional arguments (8/5) (too-many-positional-arguments)
|
py 3.12 on ubuntu-latest (skip_cython):
aioesphomeapi/client.py#L1008
R0917: Too many positional arguments (14/5) (too-many-positional-arguments)
|
py 3.12 on macos-latest (skip_cython)
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
py 3.11 on ubuntu-latest (skip_cython)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
py 3.10 on ubuntu-latest (skip_cython)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|