refactor: add type hints to function signatures across multiple files

This commit is contained in:
grillazz
2026-07-13 14:25:49 +02:00
parent 51f0cebabe
commit eb8acd7b7c
10 changed files with 27 additions and 15 deletions
+11
View File
@@ -42,6 +42,9 @@ dev-dependencies = [
"tryceratops==2.4.1",
]
[tool.pyrefly.errors]
redundant-cast = "warn"
[tool.mypy]
strict = true
@@ -83,3 +86,11 @@ format-command="ruff format --stdin-filename {filename}"
[tool.inline-snapshot.shortcuts]
review=["review"]
fix=["create","fix"]
[tool.pyrefly]
project-excludes = [
"**/venv*",
"**/.venv*",
"**/alembic*",
]
preset = "legacy"