aboutsummaryrefslogtreecommitdiff
path: root/tools/cru-py/pyproject.toml
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-20 17:52:32 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-20 18:02:19 +0800
commitf4c3bd4a2eae6861a6b6c053ab62b6538b64a1ff (patch)
treeb1b7bced8537f448e31d686e88b9b5c6a7c2f59a /tools/cru-py/pyproject.toml
parent9c2ef5c38ed57ca5fbd5d6ffe41f802001810abb (diff)
downloadcrupest-f4c3bd4a2eae6861a6b6c053ab62b6538b64a1ff.tar.gz
crupest-f4c3bd4a2eae6861a6b6c053ab62b6538b64a1ff.tar.bz2
crupest-f4c3bd4a2eae6861a6b6c053ab62b6538b64a1ff.zip
feat(cru-py): use new template format.
Diffstat (limited to 'tools/cru-py/pyproject.toml')
-rw-r--r--tools/cru-py/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cru-py/pyproject.toml b/tools/cru-py/pyproject.toml
index e5e7f09..0ce2c60 100644
--- a/tools/cru-py/pyproject.toml
+++ b/tools/cru-py/pyproject.toml
@@ -17,6 +17,7 @@ python = "^3.11"
[tool.poetry.group.dev.dependencies]
mypy = "^1.13.0"
+ruff = "^0.9.6"
[tool.ruff.lint]
select = ["E", "F", "B"]