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 2424
2525repos :
2626 - repo : https://github.com/python-poetry/poetry
27- rev : ' 1.4 .0' # add version here
27+ rev : ' 1.5 .0' # add version here
2828 hooks :
2929 - id : poetry-check
3030 - repo : https://github.com/pre-commit/pre-commit-hooks
@@ -40,14 +40,14 @@ repos:
4040 - id : detect-private-key
4141
4242 - repo : https://github.com/asottile/pyupgrade
43- rev : v3.3.1
43+ rev : v3.8.0
4444 hooks :
4545 - id : pyupgrade
4646 args : [--py36-plus]
4747 name : Upgrade code
4848
4949 - repo : https://github.com/PyCQA/isort
50- rev : 5.11.5
50+ rev : 5.12.0
5151 hooks :
5252 - id : isort
5353 name : imports
5959 - id : nbstripout
6060
6161 - repo : https://github.com/PyCQA/docformatter
62- rev : v1.5.1
62+ rev : v1.7.3
6363 hooks :
6464 - id : docformatter
6565 args : [--in-place, --wrap-summaries=115, --wrap-descriptions=120]
@@ -71,13 +71,13 @@ repos:
7171 name : Format code
7272
7373 - repo : https://github.com/asottile/blacken-docs
74- rev : 1.13 .0
74+ rev : 1.14 .0
7575 hooks :
7676 - id : blacken-docs
7777 args : [ --line-length=120, --skip-errors ]
7878
7979 - repo : https://github.com/PyCQA/flake8
80- rev : 5 .0.4
80+ rev : 6 .0.0
8181 hooks :
8282 - id : flake8
8383 name : PEP8
9898 stages :
9999 - commit-msg
100100 repo : https://github.com/commitizen-tools/commitizen
101- rev : v2.42.1
101+ rev : 3.5.2
You can’t perform that action at this time.
0 commit comments