Skip to content

Commit cb5cc8b

Browse files
authored
fix(uv): move to dependency groups (#64)
1 parent 7fed493 commit cb5cc8b

File tree

5 files changed

+112
-100
lines changed

5 files changed

+112
-100
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exclude: '^{{cookiecutter\.project_name\|replace\(" ", ""\)}}/.*'
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 0acff885bcb16381b67930fefb91e460202f172c # frozen: v0.12.10
5+
rev: f298305809c552671cc47e0fec0ba43e96c146a2 # frozen: v0.13.2
66
hooks:
77
- id: ruff-check
88
types_or: [ python, pyi, jupyter ]
@@ -40,7 +40,7 @@ repos:
4040
- id: shellcheck
4141
args: [ -x, --source-path=SCRIPTDIR ]
4242
- repo: https://github.com/trufflesecurity/trufflehog
43-
rev: 0f58ae7c5036094a1e3e750d18772af92821b503 # frozen: v3.90.5
43+
rev: 466da5b0bb161144f6afca9afe5d57975828c410 # frozen: v3.90.8
4444
hooks:
4545
- id: trufflehog
4646
# Check the past 2 commits; it's useful to make this go further back than main when running this where main and HEAD are equal

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ markers = [
6060

6161
[tool.uv]
6262
managed = true
63-
dev-dependencies = [
63+
64+
[dependency-groups]
65+
dev = [
6466
"cookiecutter",
6567
"coverage",
6668
"gitpython",

0 commit comments

Comments
 (0)