Improve auth implementation

This commit is contained in:
2026-02-25 17:28:20 +00:00
parent e77a2ba2ed
commit 9a2643a029
6 changed files with 125 additions and 58 deletions

View File

@@ -29,10 +29,10 @@ dev = [
]
[tool.ruff]
exclude = ["scripts"]
exclude = ["utils", "tests"]
[tool.ty.src]
exclude = ["scripts"]
exclude = ["utils", "tests"]
[tool.ruff.lint]
select = ['ALL']