Fix restore preview to document skipped missing and type drift

This commit is contained in:
2026-06-23 16:03:26 +01:00
parent e5699a3f60
commit f3bd7b022d
4 changed files with 269 additions and 52 deletions
+4
View File
@@ -20,10 +20,14 @@ chguard = "chguard.cli:main"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8"
pytest = "^9.1.1"
[tool.black]
line-length = 79
[tool.pytest.ini_options]
testpaths = ["tests"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"