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 10
10
- id : debug-statements
11
11
- id : end-of-file-fixer
12
12
- repo : https://github.com/pre-commit/pygrep-hooks
13
- rev : v1.7.0 # Use the ref you want to point at
13
+ rev : v1.7.1 # Use the ref you want to point at
14
14
hooks :
15
15
- id : python-check-blanket-noqa
16
16
- id : python-check-mock-methods
@@ -22,20 +22,20 @@ repos:
22
22
- id : rst-inline-touching-normal
23
23
- id : text-unicode-replacement-char
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v2.7.4
25
+ rev : v2.10.0
26
26
hooks :
27
27
- id : pyupgrade
28
28
args : [--py36-plus]
29
29
- repo : https://github.com/asottile/reorder_python_imports
30
- rev : v2.3.6
30
+ rev : v2.4.0
31
31
hooks :
32
32
- id : reorder-python-imports
33
33
- repo : https://github.com/psf/black
34
34
rev : 20.8b1
35
35
hooks :
36
36
- id : black
37
37
- repo : https://github.com/asottile/blacken-docs
38
- rev : v1.9.1
38
+ rev : v1.9.2
39
39
hooks :
40
40
- id : blacken-docs
41
41
additional_dependencies : [black]
You can’t perform that action at this time.
0 commit comments