File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - id : pyupgrade
99 args : ['--py39-plus']
1010 - repo : https://github.com/pre-commit/pre-commit-hooks
11- rev : v5 .0.0
11+ rev : v6 .0.0
1212 hooks :
1313 - id : check-added-large-files
1414 args : [ '--maxkb=5000' ]
@@ -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.1 .0
29+ rev : 25.9 .0
3030 hooks :
3131 - id : black
3232 - repo : https://github.com/PyCQA/isort
33- rev : 6.0.1
33+ rev : 6.1.0
3434 hooks :
3535 - id : isort
3636 args : [ '--profile=black' ]
3737 - repo : https://github.com/keewis/blackdoc
38- rev : v0.4.1
38+ rev : v0.4.3
3939 hooks :
4040 - id : blackdoc
41- additional_dependencies : [ 'black==25.1 .0' ]
41+ additional_dependencies : [ 'black==25.9 .0' ]
4242 - id : blackdoc-autoupdate-black
4343 - repo : meta
4444 hooks :
You can’t perform that action at this time.
0 commit comments