ruff: enable RUF ruleset
This commit is contained in:
parent
664c40e3e8
commit
b594377a59
15 changed files with 31 additions and 27 deletions
|
@ -209,7 +209,7 @@ def print_all() -> None:
|
|||
if isinstance(p, Exception):
|
||||
print('ERROR!', p)
|
||||
else:
|
||||
print(f"{str(p.dt):25} {p.path} {p.geo}")
|
||||
print(f"{p.dt!s:25} {p.path} {p.geo}")
|
||||
|
||||
# todo cachew -- improve AttributeError: type object 'tuple' has no attribute '__annotations__' -- improve errors?
|
||||
# todo cachew -- invalidate if function code changed?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue