Skip to content

Commit d0815a9

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

3 files changed

Lines changed: 392 additions & 289 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exclude: '^{{cookiecutter\.project_name}}/.*'
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 3db93a2be6f214ed722bf7bce095ec1b1715422a # frozen: v0.14.2
5+
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
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: 8bbeeb57f3055a97b27495610919ff1169b963f9 # 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: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12
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: 6bd2d14f7a4bc1e569fa3550efa7ec632a4fa67b # frozen: v3.94.2
4444
hooks:
4545
- id: trufflehog
4646
# Resolve the repo root via git-common-dir so this works in both normal repos and worktrees
@@ -49,11 +49,11 @@ repos:
4949
language: system
5050
entry: bash -c 'BRANCH=$(git rev-parse --abbrev-ref HEAD); [ "$BRANCH" = "HEAD" ] && BRANCH=$(git rev-parse HEAD); trufflehog git "file://$(cd "$(git rev-parse --git-common-dir)/.." && pwd)" --branch "$BRANCH" --since-commit HEAD~1 --no-verification --fail'
5151
- repo: https://github.com/python-openapi/openapi-spec-validator
52-
rev: a76da2ffdaf698a7fdbd755f89b051fef4c790fd # frozen: 0.8.0b1
52+
rev: 85b3337638d302ab966d8ec7aa5fc93dbd9f508c # frozen: 0.8.4
5353
hooks:
5454
- id: openapi-spec-validator
5555
- repo: https://github.com/streetsidesoftware/cspell-cli
56-
rev: 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # frozen: v9.2.0
56+
rev: d11f429cd2beb9d91243cd74f30ff0852f74c2fa # frozen: v9.8.0
5757
hooks:
5858
- id: cspell
5959
types: [markdown]

0 commit comments

Comments
 (0)