diff --git a/pyproject.toml b/pyproject.toml index 23af65d..d2a32aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,6 +163,7 @@ dependencies = [ "click", "rich", ] +post-install-commands = ["pre-commit install"] [tool.hatch.envs.test] dependencies = ["pytest", "pytest-xdist", "pytest-cov", "hypothesis"]