Revert "Fix review issues from PR #1761"

This reverts commit 2184e98988.
This commit is contained in:
latand 2026-02-09 21:01:45 +02:00
parent 2184e98988
commit 3994fdf5fb
9 changed files with 12 additions and 102 deletions

View file

@ -44,7 +44,7 @@ lint:
.PHONY: reformat
reformat:
uv run ruff format $(code_dir)
uv run ruff check --fix $(code_dir)
uv run ruff check --fix $(package_dir)
# =================================================================================================
# Tests