File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
exclude : ' ^.*\.(md|MD)$'
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.1 .0
4
+ rev : v4.5 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : check-added-large-files
10
10
args : ["--fix=lf"]
11
11
12
12
- repo : https://github.com/pycqa/isort
13
- rev : " 5.12.0 "
13
+ rev : " 5.13.2 "
14
14
hooks :
15
15
- id : isort
16
16
args :
25
25
]
26
26
27
27
- repo : https://github.com/PyCQA/autoflake.git
28
- rev : v2.2 .1
28
+ rev : v2.3 .1
29
29
hooks :
30
30
- id : autoflake
31
31
args :
@@ -36,19 +36,19 @@ repos:
36
36
]
37
37
38
38
- repo : https://github.com/psf/black
39
- rev : " 23.1 .0"
39
+ rev : " 24.4 .0"
40
40
hooks :
41
41
- id : black
42
42
args : [--line-length, "90"]
43
43
44
44
- repo : https://github.com/asottile/pyupgrade
45
- rev : v2.31.0
45
+ rev : v3.15.2
46
46
hooks :
47
47
- id : pyupgrade
48
48
args : ["--py37-plus", "--keep-runtime-typing"]
49
49
50
50
- repo : https://github.com/commitizen-tools/commitizen
51
- rev : v2.20.3
51
+ rev : v3.22.0
52
52
hooks :
53
53
- id : commitizen
54
54
stages : [commit-msg]
Original file line number Diff line number Diff line change @@ -531,9 +531,9 @@ def explain(
531
531
if key not in ["self" , "format" ] and value
532
532
]
533
533
options_str = "|" .join (options )
534
- self .headers [
535
- "Accept "
536
- ] = f"application/vnd.pgrst.plan+ { format } ; options= { options_str } "
534
+ self .headers ["Accept" ] = (
535
+ f"application/vnd.pgrst.plan+ { format } ; options= { options_str } "
536
+ )
537
537
return self
538
538
539
539
def order (
You can’t perform that action at this time.
0 commit comments