feat: add authentication and ACL primitives
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ line-length = 100
|
||||
select = ["E", "F", "I", "UP", "B", "ASYNC", "S", "RUF"]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"tests/**/*.py" = ["S101"]
|
||||
"tests/**/*.py" = ["S101", "S105"]
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.13"
|
||||
|
||||
Reference in New Issue
Block a user