Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
exclude: '^{{cookiecutter\.project_name\|replace\(" ", ""\)}}/.*'
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 0acff885bcb16381b67930fefb91e460202f172c # frozen: v0.12.10
rev: f298305809c552671cc47e0fec0ba43e96c146a2 # frozen: v0.13.2
hooks:
- id: ruff-check
types_or: [ python, pyi, jupyter ]
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:
- id: shellcheck
args: [ -x, --source-path=SCRIPTDIR ]
- repo: https://github.com/trufflesecurity/trufflehog
rev: 0f58ae7c5036094a1e3e750d18772af92821b503 # frozen: v3.90.5
rev: 466da5b0bb161144f6afca9afe5d57975828c410 # frozen: v3.90.8
hooks:
- id: trufflehog
# 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
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ markers = [

[tool.uv]
managed = true
dev-dependencies = [

[dependency-groups]
dev = [
"cookiecutter",
"coverage",
"gitpython",
Expand Down
Loading
Loading