Skip to content

Commit df7f9f2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/oxc-project/mirrors-oxlint: v0.16.11 β†’ v1.20.0](oxc-project/mirrors-oxlint@v0.16.11...v1.20.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/reteps/dockerfmt: v0.3.7 β†’ v0.3.8](reteps/dockerfmt@v0.3.7...v0.3.8)
1 parent f68924f commit df7f9f2

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/oxc-project/mirrors-oxlint
3-
rev: v0.16.11
3+
rev: v1.20.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]
@@ -81,7 +81,7 @@ repos:
8181
hooks:
8282
- id: actionlint
8383
- repo: https://github.com/reteps/dockerfmt
84-
rev: v0.3.7
84+
rev: v0.3.8
8585
hooks:
8686
- id: dockerfmt
8787
args:

0 commit comments

Comments
Β (0)