Skip to content

Commit 15840d3

Browse files
committed
Update pre-commit hooks
1 parent 1e725c6 commit 15840d3

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,12 +1,12 @@
11
exclude: ".*/vendor/.*"
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-added-large-files
77
args: ["--maxkb=128"]
88
- id: check-ast
9-
- id: check-byte-order-marker
9+
- id: fix-byte-order-marker
1010
- id: check-case-conflict
1111
- id: check-docstring-first
1212
- id: check-executables-have-shebangs
@@ -26,19 +26,19 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/executablebooks/mdformat
29-
rev: 0.7.22
29+
rev: 1.0.0
3030
hooks:
3131
- id: mdformat
3232
additional_dependencies:
3333
- mdformat-gfm
3434

3535
- repo: https://github.com/gruntwork-io/pre-commit
36-
rev: v0.1.29
36+
rev: v0.1.30
3737
hooks:
3838
- id: shellcheck
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.11.10
41+
rev: v0.15.6
4242
hooks:
4343
- id: ruff-check
4444
args: ["--fix", "--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)