File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,27 +25,27 @@ repos:
25
25
26
26
# General Project code formatter.
27
27
- repo : https://github.com/psf/black
28
- rev : 22.12 .0
28
+ rev : 23.1 .0
29
29
hooks :
30
30
- id : black
31
31
32
32
# Sorts python imports.
33
33
- repo : https://github.com/PyCQA/isort
34
34
# Note - on black update blacken-docs pin should also be updated.
35
- rev : 5.11.4
35
+ rev : 5.12.0
36
36
hooks :
37
37
- id : isort
38
38
args : ['--profile=black']
39
39
40
40
# Formats python docstrings.
41
41
- repo : https://github.com/PyCQA/docformatter
42
- rev : v1.5.1
42
+ rev : v1.6.0.rc1
43
43
hooks :
44
44
- id : docformatter
45
45
46
46
# Formats code-blocks in documentation.
47
47
- repo : https://github.com/asottile/blacken-docs
48
- rev : v1.12.1
48
+ rev : 1.13.0
49
49
hooks :
50
50
- id : blacken-docs
51
51
# Note - on black update blacken-docs pin should also be updated.
76
76
77
77
# Lint code in pre-commit env, note: This ignores import checks.
78
78
- repo : https://github.com/PyCQA/pylint
79
- rev : v2.15.9
79
+ rev : v2.16.1
80
80
hooks :
81
81
# Pylint is also run from within pre-commit for CI purposes.
82
82
- id : pylint
@@ -109,7 +109,7 @@ repos:
109
109
# Lint docstrings.
110
110
- repo : https://github.com/PyCQA/pydocstyle
111
111
# Waiting for a 3.10 release on pypi
112
- rev : " 6.2.2 "
112
+ rev : " 6.3.0 "
113
113
hooks :
114
114
- id : pydocstyle
115
115
additional_dependencies :
You can’t perform that action at this time.
0 commit comments