Pass all code and format checks #249

Merged
cmo merged 5 commits from pass-code-check into master 2026-07-01 15:31:49 +00:00

2026-07-01

Christian Monch
fix: fix a typo
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 41s
Codespell / Check for spelling errors (push) Successful in 43s
Ruff / Code linting (pull_request) Successful in 53s
Ruff / Code linting (push) Successful in 55s
Type annotation (PR) / check (pull_request) Failing after 1m23s
Test execution / Test-all (push) Successful in 1m30s
2026-07-01 16:53:47 +02:00
Christian Monch
chore: reformat according to hatch fmt
Some checks failed
Codespell / Check for spelling errors (push) Failing after 39s
Ruff / Code linting (push) Successful in 48s
Codespell / Check for spelling errors (pull_request) Failing after 30s
Ruff / Code linting (pull_request) Successful in 41s
Test execution / Test-all (push) Successful in 1m22s
Type annotation (PR) / check (pull_request) Failing after 1m8s
2026-07-01 16:35:11 +02:00
Christian Monch
chore: fix code-linter warnings
Some checks failed
Codespell / Check for spelling errors (push) Failing after 27s
Ruff / Code linting (push) Failing after 36s
Test execution / Test-all (push) Successful in 1m11s
2026-07-01 16:33:38 +02:00
Christian Monch
chore: mark print statements as output
This removes code-linter complains by marking
print statements that produce output or error
messages as such.

It also move return-statements in the `try`-branch
of `try-except` clauses to an `else`-branch.
2026-07-01 11:13:34 +02:00