Skip to content

Commit c05975c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/oxc-project/mirrors-oxlint: v0.16.11 → v1.36.0](oxc-project/mirrors-oxlint@v0.16.11...v1.36.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.22.0 → v9.23.0](alessandrojcm/commitlint-pre-commit-hook@v9.22.0...v9.23.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.9](rhysd/actionlint@v1.7.7...v1.7.9) - [github.com/reteps/dockerfmt: v0.3.7 → v0.3.9](reteps/dockerfmt@v0.3.7...v0.3.9)
1 parent ed1c30d commit c05975c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/oxc-project/mirrors-oxlint
3-
rev: v0.16.11
3+
rev: v1.36.0
44
hooks:
55
- id: oxlint
66
verbose: false
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-added-large-files
1111
args: ["--maxkb=2000"]
@@ -55,7 +55,7 @@ repos:
5555
args:
5656
- --autofix
5757
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
58-
rev: v9.22.0
58+
rev: v9.23.0
5959
hooks:
6060
- id: commitlint
6161
stages: [commit-msg]
@@ -77,11 +77,11 @@ repos:
7777
# - id: go-build
7878
- id: go-mod-tidy
7979
- repo: https://github.com/rhysd/actionlint
80-
rev: v1.7.7
80+
rev: v1.7.9
8181
hooks:
8282
- id: actionlint
8383
- repo: https://github.com/reteps/dockerfmt
84-
rev: v0.3.7
84+
rev: v0.3.9
8585
hooks:
8686
- id: dockerfmt
8787
args:

0 commit comments

Comments
 (0)