File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
args : [--branch, main]
19
19
- id : trailing-whitespace
20
20
- repo : https://github.com/pre-commit/pygrep-hooks
21
- rev : v1.7.0 # Use the ref you want to point at
21
+ rev : v1.7.1 # Use the ref you want to point at
22
22
hooks :
23
23
- id : python-check-blanket-noqa
24
24
- id : python-check-mock-methods
@@ -30,20 +30,20 @@ repos:
30
30
- id : rst-inline-touching-normal
31
31
- id : text-unicode-replacement-char
32
32
- repo : https://github.com/asottile/pyupgrade
33
- rev : v2.7.4
33
+ rev : v2.10.0
34
34
hooks :
35
35
- id : pyupgrade
36
36
args : [--py36-plus]
37
37
- repo : https://github.com/asottile/reorder_python_imports
38
- rev : v2.3.6
38
+ rev : v2.4.0
39
39
hooks :
40
40
- id : reorder-python-imports
41
41
- repo : https://github.com/psf/black
42
42
rev : 20.8b1
43
43
hooks :
44
44
- id : black
45
45
- repo : https://github.com/asottile/blacken-docs
46
- rev : v1.9.1
46
+ rev : v1.9.2
47
47
hooks :
48
48
- id : blacken-docs
49
49
additional_dependencies : [black]
You can’t perform that action at this time.
0 commit comments