2 Commits

2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ test = [
"pytest-mock>=3.14.1", "pytest-mock>=3.14.1",
] ]
[tool.basedpyright]
typeCheckingMode = "basic"
[tool.ruff] [tool.ruff]
line-length = 79 line-length = 79
exclude = ["tests/*"] exclude = ["tests/*"]

View File