Add decorators to repo #9820
Annotations
4 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 (DTZ005):
utils/decorators/log_entry_and_exit.py#L16
utils/decorators/log_entry_and_exit.py:16:22: DTZ005 `datetime.datetime.now()` called without a `tz` argument
|
Ruff (DTZ005):
utils/decorators/log_entry_and_exit.py#L19
utils/decorators/log_entry_and_exit.py:19:20: DTZ005 `datetime.datetime.now()` called without a `tz` argument
|
ruff
Process completed with exit code 1.
|