Skip to content

Commit 18e9235

Browse files
fix(updates): automated updates of primary components (#49)
Signed-off-by: Zenable Automation <automation@zenable.io> Co-authored-by: JonZeolla <1385510+JonZeolla@users.noreply.github.com>
1 parent 93a3364 commit 18e9235

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
5+
rev: 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
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: 696a7cafc842c2c7728a3808b5ac5666bb3b652c # frozen: nightly
27+
rev: e743ea3f5f02cd989452229f51b2b0c139037ff9 # 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: eafb8c5f6a06175141c27f17bcc17941853d0047 # frozen: v3.90.0
43+
rev: 907ac64fd42b18dab2ceba2fda39834d3f8ba7e3 # frozen: v3.90.1
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: 754ed0bfd80163c4150d09bea04762e9d764e7ec # frozen: v9.1.1
53+
rev: 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # frozen: v9.2.0
5454
hooks:
5555
- id: cspell
5656
types: [markdown]

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_name|replace(" ", "")}}/.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
4+
rev: 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
55
hooks:
66
- id: ruff-check
77
types_or: [ python, pyi, jupyter ]
@@ -23,7 +23,7 @@ repos:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/lycheeverse/lychee
26-
rev: 696a7cafc842c2c7728a3808b5ac5666bb3b652c # frozen: nightly
26+
rev: e743ea3f5f02cd989452229f51b2b0c139037ff9 # frozen: nightly
2727
hooks:
2828
- id: lychee-docker
2929
# Keep all other configs in the config file
@@ -39,7 +39,7 @@ repos:
3939
- id: shellcheck
4040
args: [ -x, --source-path=SCRIPTDIR ]
4141
- repo: https://github.com/trufflesecurity/trufflehog
42-
rev: eafb8c5f6a06175141c27f17bcc17941853d0047 # frozen: v3.90.0
42+
rev: 907ac64fd42b18dab2ceba2fda39834d3f8ba7e3 # frozen: v3.90.1
4343
hooks:
4444
- id: trufflehog
4545
# 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
@@ -49,7 +49,7 @@ repos:
4949
hooks:
5050
- id: openapi-spec-validator
5151
- repo: https://github.com/streetsidesoftware/cspell-cli
52-
rev: 754ed0bfd80163c4150d09bea04762e9d764e7ec # frozen: v9.1.1
52+
rev: 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # frozen: v9.2.0
5353
hooks:
5454
- id: cspell
5555
types: [markdown]

0 commit comments

Comments
 (0)