Skip to content

Ruff fixes #2

Ruff fixes #2 #162

Triggered via push October 29, 2025 21:57
Status Failure
Total duration 41s
Artifacts
YAML Lint Workflow  /  yamllint
15s
YAML Lint Workflow / yamllint
Matrix: Flake8 Workflow / build
Matrix: Pylint Workflow / build
Ruff Lint and Format  /  ruff
15s
Ruff Lint and Format / ruff
Pytest Workflow  /  test
Pytest Workflow / test
Matrix: Codecov Coverage Report / run
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Ruff (D205): cater-waiter/sets.py#L133
cater-waiter/sets.py:133:5: D205 1 blank line required between summary line and description
Ruff (UP006): cater-waiter/sets.py#L132
cater-waiter/sets.py:132:40: UP006 Use `set` instead of `Set` for type annotation
Ruff (UP006): cater-waiter/sets.py#L132
cater-waiter/sets.py:132:35: UP006 Use `list` instead of `List` for type annotation
Ruff (I001): cater-waiter/sets.py#L3
cater-waiter/sets.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (UP035): cater-waiter/sets.py#L3
cater-waiter/sets.py:3:1: UP035 `typing.Set` is deprecated, use `set` instead
Ruff (UP035): cater-waiter/sets.py#L3
cater-waiter/sets.py:3:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (D205): card-games/lists.py#L65
card-games/lists.py:65:5: D205 1 blank line required between summary line and description
Ruff (D205): card-games/lists.py#L52
card-games/lists.py:52:5: D205 1 blank line required between summary line and description
Ruff (D205): bob/bob.py#L1
bob/bob.py:1:1: D205 1 blank line required between summary line and description
Ruff (D205): atbash-cipher/atbash_cipher.py#L1
atbash-cipher/atbash_cipher.py:1:1: D205 1 blank line required between summary line and description
Flake8 Workflow / build (3.12)
Process completed with exit code 1.
Pylint Workflow / build (3.12)
Process completed with exit code 16.