fix: resolve CI/CD workflow issues
All checks were successful
CI / test (push) Successful in 9m32s
CI / lint (push) Successful in 9m25s
CI / build (push) Successful in 13s

This commit is contained in:
2026-01-31 07:14:18 +00:00
parent 70bc759f26
commit 1736e6488a

View File

@@ -36,6 +36,7 @@ dependencies = [
dev = [
"pytest>=7.4.0",
"pytest-cov>=4.1.0",
"ruff>=0.1.0",
]
[project.scripts]
@@ -55,4 +56,4 @@ source = ["confdoc"]
omit = ["tests/*"]
[tool.coverage.report]
exclude_lines = ["pragma: no cover", "def __repr__", "raise AssertionError", "raise NotImplementedError"]
exclude_lines = ["pragma: no cover", "def __repr__", "raise AssertionError", "raise NotImplementedError"]