backend: remove __main__ runner; typing: fix mypy across core and routes; tooling: use uv for pytest in pre-commit; security: narrow broad except in config; mypy: relax untyped decorator check for backend.app.main
This commit is contained in:
@@ -183,3 +183,7 @@ exclude = [
|
||||
".venv",
|
||||
"venv",
|
||||
]
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = ["backend.app.main"]
|
||||
disable_error_code = ["misc"]
|
||||
|
||||
Reference in New Issue
Block a user