File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11exclude : " .*/vendor/.*"
22repos :
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"]
You can’t perform that action at this time.
0 commit comments