build #515
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yaml
on: schedule
ruff
6s
run tests from packaged source
43s
Matrix: test
Annotations
10 errors
Ruff (RUF012):
docs/plugins/attrib_example.py#L10
docs/plugins/attrib_example.py:10:23: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (RUF012):
docs/plugins/attrib_example.py#L17
docs/plugins/attrib_example.py:17:25: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (RUF012):
docs/plugins/attrib_example.py#L31
docs/plugins/attrib_example.py:31:25: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (UP032):
nose2/plugins/loader/generators.py#L186
nose2/plugins/loader/generators.py:186:25: UP032 Use f-string instead of `format` call
|
Ruff (RUF012):
nose2/plugins/logcapture.py#L32
nose2/plugins/logcapture.py:32:15: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (RUF012):
nose2/plugins/mp.py#L481
nose2/plugins/mp.py:481:20: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (RUF012):
nose2/sphinxext.py#L18
nose2/sphinxext.py:18:19: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (RUF012):
nose2/tests/_common.py#L66
nose2/tests/_common.py:66:12: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (RUF012):
nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py#L5
nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py:5:12: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (RUF012):
nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py#L10
nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py:10:20: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|