Bump ruff from 0.8.0 to 0.8.4 #8049
Annotations
10 errors and 1 warning
Ruff (RUF052):
dojo/decorators.py#L151
dojo/decorators.py:151:13: RUF052 Local dummy variable `_block` is accessed
|
Ruff (RUF052):
dojo/decorators.py#L152
dojo/decorators.py:152:13: RUF052 Local dummy variable `_rate` is accessed
|
Ruff (RUF052):
dojo/decorators.py#L153
dojo/decorators.py:153:13: RUF052 Local dummy variable `_lockout` is accessed
|
Ruff (RUF051):
dojo/forms.py#L1956
dojo/forms.py:1956:13: RUF051 Use `pop` instead of `key in dict` followed by `del dict[key]`
|
Ruff (RUF051):
dojo/forms.py#L3214
dojo/forms.py:3214:13: RUF051 Use `pop` instead of `key in dict` followed by `del dict[key]`
|
Ruff (D403):
dojo/importers/base_importer.py#L182
dojo/importers/base_importer.py:182:9: D403 First word of the docstring should be capitalized: `currently` -> `Currently`
|
Ruff (D403):
dojo/jira_link/views.py#L52
dojo/jira_link/views.py:52:5: D403 First word of the docstring should be capitalized: `for` -> `For`
|
Ruff (D403):
dojo/jira_link/views.py#L170
dojo/jira_link/views.py:170:5: D403 First word of the docstring should be capitalized: `example` -> `Example`
|
Ruff (RUF046):
dojo/product/views.py#L549
dojo/product/views.py:549:21: RUF046 Value being casted is already an integer
|
Ruff (RUF052):
dojo/tools/qualys/parser.py#L139
dojo/tools/qualys/parser.py:139:9: RUF052 Local dummy variable `_temp` is accessed
|
ruff-linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|