itinerant_ruff_fixes #360
itinerant_ruff_fixes.yml
on: workflow_dispatch
home_dir
33s
Matrix: itinerant_ruff_fixes
Annotations
10 errors
Ruff (F401):
docs/conf.py#L14
docs/conf.py:14:8: F401 `shlex` imported but unused
|
Ruff (E402):
docs/conf.py#L25
docs/conf.py:25:1: E402 Module level import not at top of file
|
Ruff (E402):
docs/conf.py#L26
docs/conf.py:26:1: E402 Module level import not at top of file
|
Ruff (E402):
docs/conf.py#L67
docs/conf.py:67:1: E402 Module level import not at top of file
|
Ruff (E402):
docs/conf.py#L76
docs/conf.py:76:1: E402 Module level import not at top of file
|
Ruff (F841):
extras/SampleSite/app/management/commands/create_test_data.py#L29
extras/SampleSite/app/management/commands/create_test_data.py:29:9: F841 Local variable `episode` is assigned to but never used
|
Ruff (F541):
noxfile.py#L14
noxfile.py:14:21: F541 f-string without any placeholders
|
Ruff (F541):
noxfile.py#L25
noxfile.py:25:21: F541 f-string without any placeholders
|
Ruff (F541):
noxfile.py#L33
noxfile.py:33:21: F541 f-string without any placeholders
|
Ruff (E401):
src/awl/decorators.py#L2
src/awl/decorators.py:2:1: E401 Multiple imports on one line
|