build(deps): bump bazel-public/bazel from 8.5.0 to 9.2.0 #1560
pylint.yml
on: pull_request
GitHub Action for pylint
4s
Annotations
10 errors
|
ruff (UP006):
wgkex/broker/app.py#L114
wgkex/broker/app.py:114:33: UP006 Use `tuple` instead of `Tuple` for type annotation
help: Replace with `tuple`
|
|
ruff (BLE001):
wgkex/broker/app.py#L93
wgkex/broker/app.py:93:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (UP006):
wgkex/broker/app.py#L86
wgkex/broker/app.py:86:50: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff (UP006):
wgkex/broker/app.py#L86
wgkex/broker/app.py:86:33: UP006 Use `tuple` instead of `Tuple` for type annotation
help: Replace with `tuple`
|
|
ruff (UP006):
wgkex/broker/app.py#L76
wgkex/broker/app.py:76:36: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff (UP006):
wgkex/broker/app.py#L76
wgkex/broker/app.py:76:19: UP006 Use `tuple` instead of `Tuple` for type annotation
help: Replace with `tuple`
|
|
ruff (UP006):
wgkex/broker/app.py#L76
wgkex/broker/app.py:76:14: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff (UP035):
wgkex/broker/app.py#L7
wgkex/broker/app.py:7:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
|
ruff (UP035):
wgkex/broker/app.py#L7
wgkex/broker/app.py:7:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
ruff (EXE001):
wgkex/broker/app.py#L1
wgkex/broker/app.py:1:1: EXE001 Shebang is present but file is not executable
|