diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2aec266..10e6bbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,3 +18,8 @@ path = "_version.py" [tool.hatch.build.targets.wheel] packages = ["."] only-include = ["_version.py"] + +[dependency-groups] +dev = [ + "prek>=0.2.28", +] |