Skip to content

Commit e0a144f

Browse files
fix(updates): automated updates of primary components (#56)
Signed-off-by: Zenable Automation <[email protected]> Co-authored-by: JonZeolla <[email protected]> Co-authored-by: Jon Zeolla <[email protected]>
1 parent ee22669 commit e0a144f

File tree

3 files changed

+274
-199
lines changed

3 files changed

+274
-199
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: f298305809c552671cc47e0fec0ba43e96c146a2 # frozen: v0.13.2
5+
rev: 3db93a2be6f214ed722bf7bce095ec1b1715422a # frozen: v0.14.2
66
hooks:
77
- id: ruff-check
88
types_or: [ python, pyi, jupyter ]
@@ -31,7 +31,7 @@ repos:
3131
args: ["--config", ".github/linters/lychee.toml"]
3232
types: [markdown]
3333
- repo: https://github.com/rhysd/actionlint
34-
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # frozen: v1.7.7
34+
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # frozen: v1.7.8
3535
hooks:
3636
- id: actionlint-docker
3737
- repo: https://github.com/koalaman/shellcheck-precommit
@@ -40,7 +40,7 @@ repos:
4040
- id: shellcheck
4141
args: [ -x, --source-path=SCRIPTDIR ]
4242
- repo: https://github.com/trufflesecurity/trufflehog
43-
rev: 466da5b0bb161144f6afca9afe5d57975828c410 # frozen: v3.90.8
43+
rev: ad6fc8fb446b8fafbf7ea8193d2d6bfd42f45690 # frozen: v3.90.11
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)