chore: pin ruff and basedpyright for prek and lockfile

Match prek additional_dependencies and pyproject dev pins to pdm.lock
(ruff==0.15.22, basedpyright==1.39.9). Format fix for ruff 0.15.22.
This commit is contained in:
2026-07-20 04:35:26 +08:00
parent bec14e76af
commit 7bdd9ff8b7
4 changed files with 48 additions and 27 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ plyngent = "plyngent.cli:main"
[dependency-groups]
dev = [
"basedpyright>=1.39.7",
"ruff>=0.15.17",
"basedpyright==1.39.9",
"ruff==0.15.22",
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
]