File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99repos :
1010 - repo : https://github.com/pre-commit/pre-commit-hooks
11- rev : v5 .0.0
11+ rev : v6 .0.0
1212 hooks :
1313 - id : end-of-file-fixer
1414 exclude : " setup.cfg"
@@ -27,14 +27,14 @@ repos:
2727 - id : detect-private-key
2828
2929 - repo : https://github.com/PyCQA/docformatter
30- rev : 06907d0267368b49b9180eed423fae5697c1e909 # todo: fix for docformatter after last 1.7.5
30+ rev : v1.7.7 # todo: fix for docformatter after last 1.7.5
3131 hooks :
3232 - id : docformatter
3333 additional_dependencies : [tomli]
3434 args : ["--in-place"]
3535
3636 - repo : https://github.com/executablebooks/mdformat
37- rev : 0.7.19
37+ rev : 0.7.22
3838 hooks :
3939 - id : mdformat
4040 additional_dependencies :
4848 )
4949
5050 - repo : https://github.com/astral-sh/ruff-pre-commit
51- rev : v0.8 .3
51+ rev : v0.13 .3
5252 hooks :
5353 - id : ruff
5454 args : ["--fix"]
You can’t perform that action at this time.
0 commit comments