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
8 changes: 4 additions & 4 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: 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
rev: 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
hooks:
- id: ruff-check
types_or: [ python, pyi, jupyter ]
Expand All @@ -24,7 +24,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/lycheeverse/lychee
rev: 696a7cafc842c2c7728a3808b5ac5666bb3b652c # frozen: nightly
rev: e743ea3f5f02cd989452229f51b2b0c139037ff9 # frozen: nightly
hooks:
- id: lychee-docker
# Keep all other configs in the config file
Expand All @@ -40,7 +40,7 @@ repos:
- id: shellcheck
args: [ -x, --source-path=SCRIPTDIR ]
- repo: https://github.com/trufflesecurity/trufflehog
rev: eafb8c5f6a06175141c27f17bcc17941853d0047 # frozen: v3.90.0
rev: 907ac64fd42b18dab2ceba2fda39834d3f8ba7e3 # frozen: v3.90.1
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 All @@ -50,7 +50,7 @@ repos:
hooks:
- id: openapi-spec-validator
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: 754ed0bfd80163c4150d09bea04762e9d764e7ec # frozen: v9.1.1
rev: 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # frozen: v9.2.0
hooks:
- id: cspell
types: [markdown]
Expand Down
12 changes: 6 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
rev: 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
hooks:
- id: ruff-check
types_or: [ python, pyi, jupyter ]
Expand All @@ -23,7 +23,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/lycheeverse/lychee
rev: 696a7cafc842c2c7728a3808b5ac5666bb3b652c # frozen: nightly
rev: e743ea3f5f02cd989452229f51b2b0c139037ff9 # frozen: nightly
hooks:
- id: lychee-docker
# Keep all other configs in the config file
Expand All @@ -39,7 +39,7 @@ repos:
- id: shellcheck
args: [ -x, --source-path=SCRIPTDIR ]
- repo: https://github.com/trufflesecurity/trufflehog
rev: eafb8c5f6a06175141c27f17bcc17941853d0047 # frozen: v3.90.0
rev: 907ac64fd42b18dab2ceba2fda39834d3f8ba7e3 # frozen: v3.90.1
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 All @@ -49,7 +49,7 @@ repos:
hooks:
- id: openapi-spec-validator
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: 754ed0bfd80163c4150d09bea04762e9d764e7ec # frozen: v9.1.1
rev: 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # frozen: v9.2.0
hooks:
- id: cspell
types: [markdown]
Expand Down
Loading