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 @@ -10,7 +10,7 @@ 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
@@ -23,18 +23,18 @@ repos:
2323 - id : isort
2424
2525 - repo : https://github.com/asottile/pyupgrade
26- rev : v3.15.0
26+ rev : v3.19.1
2727 hooks :
2828 - id : pyupgrade
2929 args : [--py37-plus]
3030
3131 - repo : https://github.com/psf/black
32- rev : 24.1.1
32+ rev : 24.10.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.8.6
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.14.1
5454 hooks :
5555 - id : mypy
5656 additional_dependencies :
You can’t perform that action at this time.
0 commit comments