1313
1414repos :
1515 - repo : https://github.com/pre-commit/pre-commit-hooks
16- rev : v5 .0.0
16+ rev : v6 .0.0
1717 hooks :
1818 - id : check-added-large-files
1919 args : ["--maxkb=800"]
@@ -32,17 +32,8 @@ repos:
3232 - --allow-missing-credentials
3333 - id : end-of-file-fixer
3434 exclude : ads.txt
35- - id : name-tests-test
36- - id : file-contents-sorter
37- - id : requirements-txt-fixer
38- - id : sort-simple-yaml
39- - id : trailing-whitespace
40- - id : fix-byte-order-marker
4135 - id : check-builtin-literals
4236 - id : check-case-conflict
43- - id : check-builtin-literals
44- - id : check-byte-order-marker
45- - id : check-case-conflict
4637 - id : check-docstring-first
4738 - id : check-merge-conflict
4839 - id : check-symlinks
@@ -51,28 +42,33 @@ repos:
5142 - id : check-xml
5243 - id : debug-statements
5344 - id : destroyed-symlinks
45+ - id : file-contents-sorter
5446 - id : fix-byte-order-marker
5547 - id : fix-encoding-pragma
5648 - id : forbid-new-submodules
5749 - id : forbid-submodules
5850 - id : mixed-line-ending
51+ - id : name-tests-test
52+ - id : requirements-txt-fixer
53+ - id : sort-simple-yaml
54+ - id : trailing-whitespace
5955 - id : pretty-format-json
6056 args :
6157 - --autofix
6258 exclude : .*docs/codes/2024/0012/junk/registration-flow-response.json
6359 - repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
64- rev : v9.22 .0
60+ rev : v9.23 .0
6561 hooks :
6662 - id : commitlint
6763 stages : [commit-msg]
6864 additional_dependencies : ["@commitlint/config-conventional"]
6965 - repo : https://github.com/astral-sh/ruff-pre-commit
70- rev : v0.11.0
66+ rev : v0.14.3
7167 hooks :
7268 - id : ruff
73- args : [ --fix ]
69+ args : [--fix]
7470 - id : ruff-format
7571 - repo : https://github.com/rhysd/actionlint
76- rev : v1.7.7
72+ rev : v1.7.8
7773 hooks :
7874 - id : actionlint
0 commit comments