This commit is contained in:
2025-11-21 19:41:35 +03:00
parent 8edd59c1b8
commit 2e76f68d4a
37 changed files with 395 additions and 482 deletions
+4
View File
@@ -45,6 +45,7 @@ exclude = [
".__pycache__",
"tests"
]
line-length=110
[tool.pyright]
typeCheckingMode = "strict"
@@ -52,6 +53,9 @@ typeCheckingMode = "strict"
[tool.mypy]
disable_error_code = "import-untyped"
[tool.isort]
line_length=90
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"