File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ exclude: "tests/integration/files"
22repos :
33
44- repo : https://github.com/psf/black
5- rev : 24.1.1 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
5+ rev : 24.2.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
66 hooks :
77 - id : black
88
99- repo : https://github.com/adamchainz/blacken-docs
1010 rev : 1.16.0
1111 hooks :
1212 - id : blacken-docs
13- additional_dependencies : [black==24.1.1 ]
13+ additional_dependencies : [black==24.2.0 ]
1414
1515- repo : https://github.com/pycqa/isort
1616 rev : 5.13.2
5959
6060# this validates our github workflow files
6161- repo : https://github.com/python-jsonschema/check-jsonschema
62- rev : 0.27.4
62+ rev : 0.28.0
6363 hooks :
6464 - id : check-github-workflows
You can’t perform that action at this time.
0 commit comments