File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 - id : check-useless-excludes
77
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v4.6 .0
9+ rev : v6.0 .0
1010 hooks :
1111 - id : check-added-large-files
1212 - id : check-case-conflict
@@ -25,40 +25,40 @@ repos:
2525 - id : remove-tabs
2626
2727 - repo : https://github.com/PyCQA/doc8/
28- rev : v1.1.1
28+ rev : v2.0.0
2929 hooks :
3030 - id : doc8
3131 require_serial : false
3232 additional_dependencies : [tomli]
3333
3434 - repo : https://github.com/codespell-project/codespell
35- rev : v2.3.0
35+ rev : v2.4.1
3636 hooks :
3737 - id : codespell
3838 files : .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
3939 args : [-I, .codespell.allow]
4040
4141 - repo : https://github.com/shellcheck-py/shellcheck-py
42- rev : v0.10 .0.1
42+ rev : v0.11 .0.1
4343 hooks :
4444 - id : shellcheck
4545 require_serial : false
4646 args : [-x, --severity=info]
4747
4848 - repo : https://github.com/adrienverge/yamllint.git
49- rev : v1.35 .1
49+ rev : v1.37 .1
5050 hooks :
5151 - id : yamllint
5252
5353 - repo : https://github.com/asottile/blacken-docs
54- rev : 1.16.0
54+ rev : 1.19.1
5555 hooks :
5656 - id : blacken-docs
5757 args : [-S, -l, '120']
5858 additional_dependencies : [black==22.12.0]
5959
6060 - repo : https://github.com/astral-sh/ruff-pre-commit
61- rev : v0.4.7
61+ rev : v0.12.9
6262 hooks :
6363 - id : ruff-format
6464 name : ruff (format)
You can’t perform that action at this time.
0 commit comments