Skip to content

Commit 939c84b

Browse files
Weekly pre-commit autoupdate (#2683)
This PR updates the `.pre-commit-config.yaml` using `pre-commit autoupdate`.
1 parent 75b13c5 commit 939c84b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/PyCQA/bandit
5-
rev: '1.8.6'
5+
rev: '1.9.1'
66
hooks:
77
- id: bandit
88
pass_filenames: false
@@ -53,7 +53,7 @@ repos:
5353
- id: rst-inline-touching-normal
5454
- id: text-unicode-replacement-char
5555
- repo: https://github.com/asottile/pyupgrade
56-
rev: v3.21.1
56+
rev: v3.21.2
5757
hooks:
5858
- id: pyupgrade
5959
- repo: https://github.com/codespell-project/codespell
@@ -94,7 +94,7 @@ repos:
9494
- id: clang-format
9595
args: ["-i"]
9696
- repo: https://github.com/gitleaks/gitleaks
97-
rev: v8.29.0
97+
rev: v8.29.1
9898
hooks:
9999
- id: gitleaks
100100
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -124,7 +124,7 @@ repos:
124124
- id: pretty-format-toml
125125
args: [--autofix]
126126
- repo: https://github.com/rhysd/actionlint
127-
rev: v1.7.8
127+
rev: v1.7.9
128128
hooks:
129129
- id: actionlint
130130
- repo: https://github.com/BlankSpruce/gersemi

0 commit comments

Comments
 (0)