1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v4.5 .0
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
- id : debug-statements
7
7
- id : end-of-file-fixer
8
- - repo : https://github.com/asottile/reorder_python_imports
9
- rev : v3.9 .0
8
+ - repo : https://github.com/asottile/reorder-python-imports
9
+ rev : v3.12 .0
10
10
hooks :
11
11
- id : reorder-python-imports
12
12
types : [python]
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v4.4 .0
14
+ rev : v4.5 .0
15
15
hooks :
16
16
- id : check-added-large-files
17
17
args : ['--maxkb=100']
27
27
args : [--branch, main]
28
28
- id : trailing-whitespace
29
29
- repo : https://github.com/pre-commit/pygrep-hooks
30
- rev : v1.9 .0
30
+ rev : v1.10 .0
31
31
hooks :
32
32
- id : python-check-blanket-noqa
33
33
- id : python-check-mock-methods
@@ -39,18 +39,18 @@ repos:
39
39
- id : rst-inline-touching-normal
40
40
- id : text-unicode-replacement-char
41
41
- repo : https://github.com/asottile/blacken-docs
42
- rev : v1.12.1
42
+ rev : 1.16.0
43
43
hooks :
44
44
- id : blacken-docs
45
45
additional_dependencies : [black==22.3.0]
46
46
types : [rst]
47
47
- repo : https://github.com/psf/black
48
- rev : 22 .12.0
48
+ rev : 23 .12.1
49
49
hooks :
50
50
- id : black
51
51
language_version : python3.10
52
52
- repo : https://github.com/PyCQA/flake8
53
- rev : 5 .0.4
53
+ rev : 7 .0.0
54
54
hooks :
55
55
- id : flake8
56
56
types : [python]
71
71
Pygments,
72
72
]
73
73
- repo : https://github.com/PyCQA/doc8
74
- rev : v1.0.0
74
+ rev : v1.1.1
75
75
hooks :
76
76
- id : doc8
77
77
- repo : meta
@@ -84,11 +84,11 @@ repos:
84
84
hooks :
85
85
- id : check-manifest
86
86
- repo : https://github.com/PyCQA/doc8
87
- rev : v1.0.0
87
+ rev : v1.1.1
88
88
hooks :
89
89
- id : doc8
90
90
- repo : https://github.com/asottile/setup-cfg-fmt
91
- rev : v2.2 .0
91
+ rev : v2.5 .0
92
92
hooks :
93
93
- id : setup-cfg-fmt
94
94
- repo : https://github.com/econchick/interrogate
@@ -98,11 +98,11 @@ repos:
98
98
args : [-v, --fail-under=20]
99
99
exclude : ^(tests|docs|setup\.py)
100
100
- repo : https://github.com/codespell-project/codespell
101
- rev : v2.2.2
101
+ rev : v2.2.6
102
102
hooks :
103
103
- id : codespell
104
104
- repo : https://github.com/asottile/pyupgrade
105
- rev : v3.3.1
105
+ rev : v3.15.0
106
106
hooks :
107
107
- id : pyupgrade
108
108
args : [--py37-plus]
0 commit comments