Skip to content

Commit 6f55832

Browse files
JonZeollaZenableAutomation
authored andcommitted
Automated update to primary components
Signed-off-by: Zenable Automation <automation@zenable.io>
1 parent a3959ef commit 6f55832

File tree

3 files changed

+108
-100
lines changed

3 files changed

+108
-100
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: a113f03edeabb71305f025e6e14bd2cd68660e29 # frozen: v0.13.1
66
hooks:
77
- id: ruff-check
88
types_or: [ python, pyi, jupyter ]
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/lycheeverse/lychee
27-
rev: cef607cddb6279091869bcbb8fb4b906fd4c046c # frozen: nightly
27+
rev: 1264614e9c56d7f3e613ba601af149d0f2341651 # frozen: nightly
2828
hooks:
2929
- id: lychee-docker
3030
# Keep all other configs in the config file
@@ -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

0 commit comments

Comments
 (0)