Confine Person<->Office relation to user management #71
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ post-install-commands = [
|
||||||
description = "test models and examples"
|
description = "test models and examples"
|
||||||
|
|
||||||
[tool.hatch.envs.check.scripts]
|
[tool.hatch.envs.check.scripts]
|
||||||
models = "make check-models"
|
models = "make imports-local check-models"
|
||||||
examples = "make check-validation"
|
examples = "make imports-local check-validation"
|
||||||
|
|
||||||
[tool.hatch.envs.docs]
|
[tool.hatch.envs.docs]
|
||||||
description = "build mkdocs-based documentation and website"
|
description = "build mkdocs-based documentation and website"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue