itinerant_ruff_fixes #709
Annotations
10 errors
docs/conf.py#L97
docs/conf.py:97:1: I001 Import block is un-sorted or un-formatted
|
docs/conf.py#L119
docs/conf.py:119:22: UP006 Use `list` instead of `t.List` for type annotation
|
docs/conf.py#L153
docs/conf.py:153:22: UP006 Use `list` instead of `t.List` for type annotation
|
src/autodoc2/cli.py#L91
src/autodoc2/cli.py:91:25: UP006 Use `tuple` instead of `t.Tuple` for type annotation
|
src/autodoc2/cli.py#L130
src/autodoc2/cli.py:130:25: UP006 Use `tuple` instead of `t.Tuple` for type annotation
|
src/autodoc2/cli.py#L204
src/autodoc2/cli.py:204:25: UP006 Use `tuple` instead of `t.Tuple` for type annotation
|
src/autodoc2/cli.py#L235
src/autodoc2/cli.py:235:15: UP006 Use `list` instead of `t.List` for type annotation
|
src/autodoc2/render/base.py#L210
src/autodoc2/render/base.py:210:9: SIM103 Return the condition directly
|
src/autodoc2/utils.py#L16
src/autodoc2/utils.py:16:13: UP006 Use `list` instead of `t.List` for type annotation
|
src/autodoc2/utils.py#L17
src/autodoc2/utils.py:17:5: UP006 Use `tuple` instead of `t.Tuple` for type annotation
|
This job failed
Loading