Refactor: modernize codebase by replacing deprecated patterns, simplifying imports, and applying type hinting refinements.
This commit is contained in:
parent
55d0d1a105
commit
62e5c054f4
18 changed files with 75 additions and 68 deletions
4
Makefile
4
Makefile
|
|
@ -16,6 +16,10 @@ sync:
|
|||
lint:
|
||||
uv run ruff check src/ tests/
|
||||
|
||||
.PHONY: fix
|
||||
fix:
|
||||
uv run ruff check --fix src/ tests/
|
||||
|
||||
.PHONY: format
|
||||
format:
|
||||
uv run ruff format src/ tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue