Skip to content

Commit 31386fb

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

File tree

3 files changed

+252
-189
lines changed

3 files changed

+252
-189
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: 3db93a2be6f214ed722bf7bce095ec1b1715422a # frozen: v0.14.2
5+
rev: 1a1f58ba4c35362efe8fed2279715a905baee93d # frozen: v0.14.8
66
hooks:
77
- id: ruff-check
88
types_or: [ python, pyi, jupyter ]
@@ -24,14 +24,14 @@ 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: db0f8a842f594e0a879563caf7d183266c02ca95 # frozen: nightly
2828
hooks:
2929
- id: lychee-docker
3030
# Keep all other configs in the config file
3131
args: ["--config", ".github/linters/lychee.toml"]
3232
types: [markdown]
3333
- repo: https://github.com/rhysd/actionlint
34-
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # frozen: v1.7.8
34+
rev: a443f344ff32813837fa49f7aa6cbc478d770e62 # frozen: v1.7.9
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: ad6fc8fb446b8fafbf7ea8193d2d6bfd42f45690 # frozen: v3.90.11
43+
rev: 821e8b9e5cdf8dc484dd23e06f78941fcf6b9191 # frozen: v3.91.2
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
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: openapi-spec-validator
5252
- repo: https://github.com/streetsidesoftware/cspell-cli
53-
rev: 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # frozen: v9.2.0
53+
rev: 444d212ae804f5d3c0723a33ebb7719e223a07ab # frozen: v9.3.3
5454
hooks:
5555
- id: cspell
5656
types: [markdown]

0 commit comments

Comments
 (0)