Confine Person<->Office relation to user management #71

Merged
mih merged 1 commit from flatentry into main 2025-08-19 08:44:04 +00:00

View file

@ -44,8 +44,8 @@ post-install-commands = [
description = "test models and examples"
[tool.hatch.envs.check.scripts]
models = "make check-models"
examples = "make check-validation"
models = "make imports-local check-models"
examples = "make imports-local check-validation"
[tool.hatch.envs.docs]
description = "build mkdocs-based documentation and website"