in line, in order #537
Annotations
10 errors
|
ruff (UP032):
Other Programs/Phrases.py#L11
Other Programs/Phrases.py:11:5: UP032 Use f-string instead of `format` call
help: Convert to f-string
|
|
ruff (I001):
Other Programs/Name.py#L1
Other Programs/Name.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
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/NumberGuesser.py#L1
Number/NumberGuesser.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|