File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
exclude : (debugging\.py)
12
12
- id : end-of-file-fixer
13
13
- repo : https://github.com/pre-commit/pygrep-hooks
14
- rev : v1.7.0 # Use the ref you want to point at
14
+ rev : v1.7.1 # Use the ref you want to point at
15
15
hooks :
16
16
- id : python-check-blanket-noqa
17
17
- id : python-check-mock-methods
@@ -24,20 +24,20 @@ repos:
24
24
- id : rst-inline-touching-normal
25
25
- id : text-unicode-replacement-char
26
26
- repo : https://github.com/asottile/pyupgrade
27
- rev : v2.7.4
27
+ rev : v2.10.0
28
28
hooks :
29
29
- id : pyupgrade
30
30
args : [--py36-plus]
31
31
- repo : https://github.com/asottile/reorder_python_imports
32
- rev : v2.3.6
32
+ rev : v2.4.0
33
33
hooks :
34
34
- id : reorder-python-imports
35
35
- repo : https://github.com/psf/black
36
36
rev : 20.8b1
37
37
hooks :
38
38
- id : black
39
39
- repo : https://github.com/asottile/blacken-docs
40
- rev : v1.9.1
40
+ rev : v1.9.2
41
41
hooks :
42
42
- id : blacken-docs
43
43
additional_dependencies : [black]
You can’t perform that action at this time.
0 commit comments