File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
33
44repos :
55 - repo : https://github.com/asottile/pyupgrade
6- rev : v3.20.0
6+ rev : v3.21.2
77 hooks :
88 - id : pyupgrade
99 args : ['--py39-plus']
@@ -26,19 +26,19 @@ repos:
2626 - id : yamllint
2727 args : [ '--config-file=.yamllint.yaml' ]
2828 - repo : https://github.com/psf/black-pre-commit-mirror
29- rev : 25.9 .0
29+ rev : 25.12 .0
3030 hooks :
3131 - id : black
3232 - repo : https://github.com/PyCQA/isort
33- rev : 6.1 .0
33+ rev : 7.0 .0
3434 hooks :
3535 - id : isort
3636 args : [ '--profile=black' ]
3737 - repo : https://github.com/keewis/blackdoc
38- rev : v0.4.3
38+ rev : v0.4.6
3939 hooks :
4040 - id : blackdoc
41- additional_dependencies : [ 'black==25.9 .0' ]
41+ additional_dependencies : [ 'black==25.12 .0' ]
4242 - id : blackdoc-autoupdate-black
4343 - repo : meta
4444 hooks :
You can’t perform that action at this time.
0 commit comments