File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,39 +3,39 @@ default_language_version:
33
44repos :
55- repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.6 .0
6+ rev : v5.0 .0
77 hooks :
88 - id : end-of-file-fixer
99 - id : trailing-whitespace
1010 - id : check-case-conflict
1111 - id : check-merge-conflict
1212
1313- repo : https://github.com/asottile/pyupgrade
14- rev : v3.17 .0
14+ rev : v3.20 .0
1515 hooks :
1616 - id : pyupgrade
1717 args : [--py310-plus]
1818
1919- repo : https://github.com/psf/black
20- rev : 24.8 .0
20+ rev : 25.1 .0
2121 hooks :
2222 - id : black
2323
2424- repo : https://github.com/asottile/blacken-docs
25- rev : 1.18.0
25+ rev : 1.19.1
2626 hooks :
2727 - id : blacken-docs
2828 additional_dependencies :
2929 - black==22.6.0
3030
3131- repo : https://github.com/pycqa/isort
32- rev : 5.13.2
32+ rev : 6.0.1
3333 hooks :
3434 - id : isort
3535 args : ["--profile", "black"]
3636
3737- repo : https://github.com/PyCQA/flake8
38- rev : 7.1.1
38+ rev : 7.3.0
3939 hooks :
4040 - id : flake8
4141 args :
4848 - flake8-typing-imports
4949
5050- repo : https://github.com/pre-commit/mirrors-mypy
51- rev : v1.11.2
51+ rev : v1.17.1
5252 hooks :
5353 - id : mypy
5454 files : ^src/
You can’t perform that action at this time.
0 commit comments