File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ exclude: '^(COPYING\.LESSER|examples/deepzoom/static/.*\.js)$'
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 : check-added-large-files
99 - id : check-merge-conflict
1616 - id : trailing-whitespace
1717
1818 - repo : https://github.com/asottile/pyupgrade
19- rev : v3.17 .0
19+ rev : v3.18 .0
2020 hooks :
2121 - id : pyupgrade
2222 name : Modernize python code
@@ -29,13 +29,13 @@ repos:
2929 name : Reorder python imports with isort
3030
3131 - repo : https://github.com/psf/black
32- rev : 24.8 .0
32+ rev : 24.10 .0
3333 hooks :
3434 - id : black
3535 name : Format python code with black
3636
3737 - repo : https://github.com/asottile/blacken-docs
38- rev : 1.18 .0
38+ rev : 1.19 .0
3939 hooks :
4040 - id : blacken-docs
4141 name : Format python code in documentation
5454 additional_dependencies : [flake8-bugbear, Flake8-pyproject]
5555
5656 - repo : https://github.com/pre-commit/mirrors-mypy
57- rev : v1.11.2
57+ rev : v1.12.0
5858 hooks :
5959 - id : mypy
6060 name : Check Python types
You can’t perform that action at this time.
0 commit comments