File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,15 @@ repos:
29
29
- id : pyupgrade
30
30
args : [--py37-plus, --keep-runtime-typing]
31
31
- repo : https://github.com/pre-commit/pygrep-hooks
32
- rev : v1.7.1
32
+ rev : v1.8.0
33
33
hooks :
34
34
- id : rst-backticks
35
35
- id : rst-directive-colons
36
- types : [text]
36
+ types : [text] # overwrite types: [rst]
37
+ types_or : [python, rst]
37
38
- id : rst-inline-touching-normal
38
- types : [text]
39
+ types : [text] # overwrite types: [rst]
40
+ types_or : [python, rst]
39
41
- repo : local
40
42
hooks :
41
43
- id : pip_to_conda
@@ -212,8 +214,8 @@ repos:
212
214
rev : v0.1.7
213
215
hooks :
214
216
- id : no-string-hints
215
- - repo : https://github.com/MarcoGorelli/abs -imports
216
- rev : v0.1.2
217
+ - repo : https://github.com/MarcoGorelli/absolufy -imports
218
+ rev : v0.2.1
217
219
hooks :
218
- - id : abs -imports
220
+ - id : absolufy -imports
219
221
files : ^pandas/
You can’t perform that action at this time.
0 commit comments