Skip to content

Add decorators option to repo #9814

Add decorators option to repo

Add decorators option to repo #9814

Triggered via pull request October 1, 2024 11:38
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Ruff (I001): utils/decorators/log_entry_and_exit.py#L1
utils/decorators/log_entry_and_exit.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (W293): utils/decorators/log_entry_and_exit.py#L7
utils/decorators/log_entry_and_exit.py:7:1: W293 Blank line contains whitespace
Ruff (E501): utils/decorators/log_entry_and_exit.py#L9
utils/decorators/log_entry_and_exit.py:9:89: E501 Line too long (95 > 88)
Ruff (W291): utils/decorators/log_entry_and_exit.py#L12
utils/decorators/log_entry_and_exit.py:12:33: W291 Trailing whitespace
Ruff (DTZ005): utils/decorators/log_entry_and_exit.py#L13
utils/decorators/log_entry_and_exit.py:13:22: DTZ005 `datetime.datetime.now()` called without a `tz` argument
Ruff (DTZ005): utils/decorators/log_entry_and_exit.py#L16
utils/decorators/log_entry_and_exit.py:16:20: DTZ005 `datetime.datetime.now()` called without a `tz` argument
Ruff (W292): utils/decorators/log_entry_and_exit.py#L34
utils/decorators/log_entry_and_exit.py:34:20: W292 No newline at end of file
ruff
Process completed with exit code 1.