File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.0b0
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.2.3 "
113
113
hooks :
114
114
- id : pydocstyle
115
115
additional_dependencies :
You can’t perform that action at this time.
0 commit comments