Skip to content

chore: bump actions/setup-python from 6 to 7 in the github-actions group #532

chore: bump actions/setup-python from 6 to 7 in the github-actions group

chore: bump actions/setup-python from 6 to 7 in the github-actions group #532

Status Failure
Total duration 16s
Artifacts

ci.yml

on: push
codespell
7s
codespell
ruff_check
11s
ruff_check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (DTZ005): Other Programs/DictCommand.py#L23
Other Programs/DictCommand.py:23:20: DTZ005 `datetime.datetime.now()` called without a `tz` argument help: Pass a `datetime.timezone` object to the `tz` parameter
ruff (I001): Other Programs/Countries.py#L1
Other Programs/Countries.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (UP045): Number/dice.py#L212
Number/dice.py:212:25: UP045 Use `X | None` for type annotations help: Convert to `X | None`
ruff (RUF012): Number/dice.py#L28
Number/dice.py:28:18: RUF012 Mutable default value for class attribute help: Consider initializing in `__init__` or annotating with `typing.ClassVar`
ruff (RUF012): Number/dice.py#L19
Number/dice.py:19:18: RUF012 Mutable default value for class attribute help: Consider initializing in `__init__` or annotating with `typing.ClassVar`
ruff (I001): Number/dice.py#L1
Number/dice.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (DTZ005): Number/datetime.py#L3
Number/datetime.py:3:7: DTZ005 `datetime.datetime.now()` called without a `tz` argument help: Pass a `datetime.timezone` object to the `tz` parameter
ruff (I001): Number/Waiter.py#L1
Number/Waiter.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (UP032): Number/VAT.py#L12
Number/VAT.py:12:7: UP032 Use f-string instead of `format` call help: Convert to f-string
ruff (I001): Number/NumberGuesser.py#L1
Number/NumberGuesser.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports