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 @@ -17,20 +17,20 @@ repos:
1717 - id : mixed-line-ending
1818
1919- repo : https://github.com/codespell-project/codespell
20- rev : v2.3.0
20+ rev : v2.4.1
2121 hooks :
2222 - id : codespell
2323 additional_dependencies :
2424 - tomli
2525
2626- repo : https://github.com/pycqa/isort
27- rev : 5.13.2
27+ rev : 6.0.0
2828 hooks :
2929 - id : isort
3030 args : [--profile, black]
3131
3232- repo : https://github.com/psf/black-pre-commit-mirror
33- rev : 24.10 .0
33+ rev : 25.1 .0
3434 hooks :
3535 - id : black
3636
@@ -47,12 +47,12 @@ repos:
4747 args : [--autofix, --indent, '4']
4848
4949- repo : https://github.com/pycqa/flake8
50- rev : 7.1.1
50+ rev : 7.1.2
5151 hooks :
5252 - id : flake8
5353
5454- repo : https://github.com/pre-commit/mirrors-mypy
55- rev : v1.14.1
55+ rev : v1.15.0
5656 hooks :
5757 - id : mypy
5858 additional_dependencies : [types-PyYAML, types-Jinja2, types-click]
You can’t perform that action at this time.
0 commit comments