File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,28 +6,28 @@ exclude: |
66 )$
77repos :
88 - repo : https://github.com/psf/black
9- rev : 23.3 .0
9+ rev : 24.4 .0
1010 hooks :
1111 - id : black
1212 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : v4.4 .0
13+ rev : v4.6 .0
1414 hooks :
1515 - id : check-added-large-files
1616 - id : check-toml
1717 - id : check-yaml
1818 - id : end-of-file-fixer
1919 - id : trailing-whitespace
2020 - repo : https://github.com/PyCQA/isort
21- rev : 5.12.0
21+ rev : 5.13.2
2222 hooks :
2323 - id : isort
2424 - repo : https://github.com/asottile/pyupgrade
25- rev : v3.3.1
25+ rev : v3.15.2
2626 hooks :
2727 - id : pyupgrade
2828 args : [--py3-plus, --py38-plus, --keep-runtime-typing]
2929 - repo : https://github.com/pre-commit/mirrors-prettier
30- rev : v2.7.1
30+ rev : v4.0.0-alpha.8
3131 hooks :
3232 - id : prettier
3333 additional_dependencies :
You can’t perform that action at this time.
0 commit comments