aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-16 15:30:19 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-16 15:30:19 +0800
commitcfa49be141ec3edd01d524b5230c7405b47dfd69 (patch)
treebe28d9d2867955d71eab0c57ef127a96a5875dbf /pyproject.toml
parent2b0576bdf575870f9e47fa7ab490411b7864b3be (diff)
downloadDropOut-cfa49be141ec3edd01d524b5230c7405b47dfd69.tar.gz
DropOut-cfa49be141ec3edd01d524b5230c7405b47dfd69.zip
chore: add dev dependency for prek in pyproject.toml and uv.lock
Included the 'prek' package as a development dependency in both pyproject.toml and uv.lock, specifying version 0.2.28 to enhance development capabilities.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
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",
+]