File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,31 +10,31 @@ exclude: &exclude_files >
1010repos :
1111
1212 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : v4.5 .0
13+ rev : v5.0 .0
1414 hooks :
1515 - id : check-json
1616 - id : check-yaml
1717 - id : end-of-file-fixer
1818 - id : trailing-whitespace
1919
2020 - repo : https://github.com/pycqa/isort
21- rev : 5.13.2
21+ rev : 6.0.1
2222 hooks :
2323 - id : isort
2424
2525 - repo : https://github.com/asottile/pyupgrade
26- rev : v3.15 .0
26+ rev : v3.20 .0
2727 hooks :
2828 - id : pyupgrade
2929 args : [--py37-plus]
3030
3131 - repo : https://github.com/psf/black
32- rev : 24 .1.1
32+ rev : 25 .1.0
3333 hooks :
3434 - id : black
3535
3636 - repo : https://github.com/astral-sh/ruff-pre-commit
37- rev : v0.2.0
37+ rev : v0.12.2
3838 hooks :
3939 - id : ruff
4040
5050 # - flake8-markdown==0.2.0
5151
5252 - repo : https://github.com/pre-commit/mirrors-mypy
53- rev : v1.8.0
53+ rev : v1.16.1
5454 hooks :
5555 - id : mypy
5656 additional_dependencies :
You can’t perform that action at this time.
0 commit comments