File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ exclude: |
1818
1919repos :
2020 - repo : https://github.com/pre-commit/pre-commit-hooks
21- rev : v5 .0.0
21+ rev : v6 .0.0
2222 hooks :
2323 - id : check-added-large-files
2424 args : ["--maxkb=500"]
4646 # - id: file-contents-sorter
4747 # files: ^(deploy-whitelist.txt|\.gitignore|\.dockerignore)$
4848 - id : fix-byte-order-marker
49- - id : fix-encoding-pragma
50- args : ["--remove"]
5149 - id : forbid-new-submodules
5250 # - id: forbid-submodules
5351 - id : mixed-line-ending
@@ -65,15 +63,15 @@ repos:
6563
6664 # ruff
6765 - repo : https://github.com/astral-sh/ruff-pre-commit
68- rev : v0.11.8
66+ rev : v0.12.10
6967 hooks :
7068 - id : ruff
7169 args : [--fix, --exit-non-zero-on-fix]
7270 - id : ruff-format
7371
7472 # security
7573 - repo : https://github.com/gitleaks/gitleaks
76- rev : v8.27.2
74+ rev : v8.28.0
7775 hooks :
7876 - id : gitleaks
7977
You can’t perform that action at this time.
0 commit comments