@@ -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.3 .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
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 : v3.0.0a6
80
80
hooks :
81
81
# Pylint is also run from within pre-commit for CI purposes.
82
82
- id : pylint
87
87
88
88
# Lint code for security flaws.
89
89
- repo : https://github.com/PyCQA/bandit
90
- rev : 1.7.4
90
+ rev : 1.7.5
91
91
hooks :
92
92
- id : bandit
93
93
# Assert is used exclusively in pytest.
@@ -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 :
@@ -118,6 +118,6 @@ repos:
118
118
119
119
# Static typehint linting.
120
120
- repo : https://github.com/pre-commit/mirrors-mypy
121
- rev : v0.991
121
+ rev : v1.2.0
122
122
hooks :
123
123
- id : mypy
0 commit comments