refactor: cleanup, linting, and tooling updates (#108)

This commit is contained in:
banteg
2026-01-13 01:34:08 +04:00
committed by GitHub
parent 2809974698
commit abd0aa2bb4
31 changed files with 457 additions and 486 deletions
+8 -1
View File
@@ -61,5 +61,12 @@ dev = [
]
[tool.pytest.ini_options]
addopts = ["--cov=takopi", "--cov-report=term-missing", "--cov-fail-under=70"]
addopts = ["--cov=takopi", "--cov-report=term-missing", "--cov-fail-under=75"]
testpaths = ["tests"]
[tool.ruff.lint]
extend-select = ["B904", "BLE001", "S110", "RUF043"]
[tool.ty.src]
include = ["src", "tests"]
exclude = ["scripts"]