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.3 .0
6+ rev : v4.4 .0
77 hooks :
88 - id : check-added-large-files
99 - id : check-merge-conflict
1414 exclude : ' ^\.github/.*\.md$'
1515
1616 - repo : https://github.com/asottile/pyupgrade
17- rev : v2.34 .0
17+ rev : v3.14 .0
1818 hooks :
1919 - id : pyupgrade
2020 name : Modernize python code
@@ -27,33 +27,33 @@ repos:
2727 name : Reorder python imports with isort
2828
2929 - repo : https://github.com/psf/black
30- rev : 22.3.0
30+ rev : 23.9.1
3131 hooks :
3232 - id : black
3333 name : Format python code with black
3434 language_version : python3
3535 args : ["--skip-string-normalization"]
3636
3737 - repo : https://github.com/asottile/blacken-docs
38- rev : v1.12.1
38+ rev : 1.16.0
3939 hooks :
4040 - id : blacken-docs
4141 name : Format python code in documentation
4242
4343 - repo : https://github.com/asottile/yesqa
44- rev : v1.3 .0
44+ rev : v1.5 .0
4545 hooks :
4646 - id : yesqa
4747
4848 - repo : https://github.com/PyCQA/flake8
49- rev : 4.0.1
49+ rev : 6.1.0
5050 hooks :
5151 - id : flake8
5252 name : Lint python code with flake8
5353 additional_dependencies : [flake8-bugbear]
5454
5555 - repo : https://github.com/rstcheck/rstcheck
56- rev : v6.0.0.post1
56+ rev : v6.2.0
5757 hooks :
5858 - id : rstcheck
5959 name : Validate reStructuredText syntax
You can’t perform that action at this time.
0 commit comments