itinerant_ruff_fixes #372
itinerant_ruff_fixes.yml
on: workflow_dispatch
home_dir
16s
Matrix: itinerant_ruff_fixes
Annotations
10 errors
Ruff (F403):
har2locust/extra_plugins/plugin_example.py#L4
har2locust/extra_plugins/plugin_example.py:4:1: F403 `from ast import *` used; unable to detect undefined names
|
Ruff (F405):
har2locust/extra_plugins/plugin_example.py#L17
har2locust/extra_plugins/plugin_example.py:17:36: F405 `Module` may be undefined, or defined from star imports
|
Ruff (F405):
har2locust/extra_plugins/plugin_example.py#L18
har2locust/extra_plugins/plugin_example.py:18:13: F405 `NodeTransformer` may be undefined, or defined from star imports
|
Ruff (F405):
har2locust/extra_plugins/plugin_example.py#L19
har2locust/extra_plugins/plugin_example.py:19:42: F405 `ImportFrom` may be undefined, or defined from star imports
|
Ruff (F405):
har2locust/extra_plugins/plugin_example.py#L19
har2locust/extra_plugins/plugin_example.py:19:57: F405 `ImportFrom` may be undefined, or defined from star imports
|
Ruff (F405):
har2locust/extra_plugins/plugin_example.py#L27
har2locust/extra_plugins/plugin_example.py:27:40: F405 `ClassDef` may be undefined, or defined from star imports
|
Ruff (F405):
har2locust/extra_plugins/plugin_example.py#L27
har2locust/extra_plugins/plugin_example.py:27:53: F405 `ClassDef` may be undefined, or defined from star imports
|
Ruff (F405):
har2locust/extra_plugins/plugin_example.py#L29
har2locust/extra_plugins/plugin_example.py:29:28: F405 `parse` may be undefined, or defined from star imports
|
Ruff (F405):
har2locust/extra_plugins/plugin_example.py#L33
har2locust/extra_plugins/plugin_example.py:33:43: F405 `FunctionDef` may be undefined, or defined from star imports
|
Ruff (F405):
har2locust/extra_plugins/plugin_example.py#L33
har2locust/extra_plugins/plugin_example.py:33:59: F405 `FunctionDef` may be undefined, or defined from star imports
|