Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: f298305809c552671cc47e0fec0ba43e96c146a2 # frozen: v0.13.2
rev: 3db93a2be6f214ed722bf7bce095ec1b1715422a # frozen: v0.14.2
hooks:
- id: ruff-check
types_or: [ python, pyi, jupyter ]
Expand All @@ -24,14 +24,14 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/lycheeverse/lychee
rev: cef607cddb6279091869bcbb8fb4b906fd4c046c # frozen: nightly
rev: 8a938ea60685d8538a93800a695ab1ef95b3f97e # frozen: nightly
hooks:
- id: lychee-docker
# Keep all other configs in the config file
args: ["--config", ".github/linters/lychee.toml"]
types: [markdown]
- repo: https://github.com/rhysd/actionlint
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # frozen: v1.7.7
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # frozen: v1.7.8
hooks:
- id: actionlint-docker
- repo: https://github.com/koalaman/shellcheck-precommit
Expand All @@ -40,7 +40,7 @@ repos:
- id: shellcheck
args: [ -x, --source-path=SCRIPTDIR ]
- repo: https://github.com/trufflesecurity/trufflehog
rev: 466da5b0bb161144f6afca9afe5d57975828c410 # frozen: v3.90.8
rev: ad6fc8fb446b8fafbf7ea8193d2d6bfd42f45690 # frozen: v3.90.11
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
Loading
Loading