Implement automatic slow-mode handling #1879
check-build-deploy.yaml
on: pull_request
Annotations
5 errors
|
ruff-lint
Process completed with exit code 1.
|
|
Ruff (PLC0415):
cogs/auto_slow_mode.py#L86
cogs/auto_slow_mode.py:86:9: PLC0415 `import` should be at the top-level of a file
|
|
Ruff (ICN003):
cogs/auto_slow_mode.py#L37
cogs/auto_slow_mode.py:37:9: ICN003 Members of `datetime` should not be imported explicitly
|
|
Ruff (PLC0415):
cogs/auto_slow_mode.py#L37
cogs/auto_slow_mode.py:37:9: PLC0415 `import` should be at the top-level of a file
|
|
mypy
Process completed with exit code 1.
|