refactor: cleanup, linting, and tooling updates (#108)
This commit is contained in:
+8
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user