File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
repos :
5
5
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.3 .0
7
+ rev : v4.4 .0
8
8
hooks :
9
9
- id : check-yaml
10
10
- id : check-toml
@@ -19,27 +19,27 @@ repos:
19
19
20
20
# Updating code to use modern python patterns where available.
21
21
- repo : https://github.com/asottile/pyupgrade
22
- rev : v3.1.0
22
+ rev : v3.3.1
23
23
hooks :
24
24
- id : pyupgrade
25
25
26
26
# General Project code formatter.
27
27
- repo : https://github.com/psf/black
28
- rev : 22.10 .0
28
+ rev : 22.12 .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.10.1
35
+ rev : 5.11.4
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.0
42
+ rev : v1.5.1
43
43
hooks :
44
44
- id : docformatter
45
45
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.5
79
+ rev : v2.15.9
80
80
hooks :
81
81
# Pylint is also run from within pre-commit for CI purposes.
82
82
- id : pylint
@@ -102,7 +102,7 @@ repos:
102
102
103
103
# lint documentation
104
104
- repo : https://github.com/PyCQA/doc8
105
- rev : v1.0.0
105
+ rev : v1.1.1
106
106
hooks :
107
107
- id : doc8
108
108
@@ -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.982
121
+ rev : v0.991
122
122
hooks :
123
123
- id : mypy
You can’t perform that action at this time.
0 commit comments