type hints and lint

This commit is contained in:
Forgejo Actions 2026-04-21 21:13:34 -07:00
commit c6c9159b13
30 changed files with 198 additions and 136 deletions

View file

@ -104,6 +104,9 @@ lint.ignore = [
"TRY002", # Exception()
]
[tool.ruff.lint.per-file-ignores]
"meanas/test/**/*.py" = ["ANN", "ARG", "TC006"]
[[tool.mypy.overrides]]
module = [