Skip to content

Commit e9422b9

Browse files
antonwolfygithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 39a4782 commit e9422b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
- id: rst-inline-touching-normal
4747
- id: text-unicode-replacement-char
4848
- repo: https://github.com/codespell-project/codespell
49-
rev: v2.4.1
49+
rev: v2.4.2
5050
hooks:
5151
- id: codespell
5252
args: ["-L", "ba,som,xWindows"] # ignore some variable names
@@ -74,7 +74,7 @@ repos:
7474
hooks:
7575
- id: flake8
7676
- repo: https://github.com/pre-commit/mirrors-clang-format
77-
rev: v22.1.3
77+
rev: v22.1.5
7878
hooks:
7979
- id: clang-format
8080
args: ["-i"]
@@ -100,7 +100,7 @@ repos:
100100
- id: gitleaks
101101

102102
- repo: https://github.com/rhysd/actionlint
103-
rev: v1.7.11
103+
rev: v1.7.12
104104
hooks:
105105
- id: actionlint
106106
args: ["-ignore", "SC2317"]

0 commit comments

Comments
 (0)