File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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
@@ -30,33 +30,33 @@ repos:
3030 - id : remove-tabs
3131
3232 - repo : https://github.com/PyCQA/doc8/
33- rev : v1.1.1
33+ rev : v2.0.0
3434 hooks :
3535 - id : doc8
3636 require_serial : false
3737 additional_dependencies : [tomli]
3838
3939 - repo : https://github.com/codespell-project/codespell
40- rev : v2.3.0
40+ rev : v2.4.1
4141 hooks :
4242 - id : codespell
4343 files : .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
4444 args : [-I, .codespell.allow]
4545
4646 - repo : https://github.com/adrienverge/yamllint.git
47- rev : v1.35 .1
47+ rev : v1.37 .1
4848 hooks :
4949 - id : yamllint
5050
5151 - repo : https://github.com/asottile/blacken-docs
52- rev : 1.16.0
52+ rev : 1.19.1
5353 hooks :
5454 - id : blacken-docs
5555 args : [-S, -l, '120']
5656 additional_dependencies : [black==23.3.0]
5757
5858 - repo : https://github.com/astral-sh/ruff-pre-commit
59- rev : v0.4.7
59+ rev : v0.12.10
6060 hooks :
6161 - id : ruff-format
6262 name : ruff (format)
You can’t perform that action at this time.
0 commit comments