File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 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.6 .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/myint/autoflake.git
28
- rev : v2.3.0
28
+ rev : v2.3.1
29
29
hooks :
30
30
- id : autoflake
31
31
args :
@@ -36,18 +36,18 @@ 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
43
43
- repo : https://github.com/asottile/pyupgrade
44
- rev : v2.31.0
44
+ rev : v3.15.2
45
45
hooks :
46
46
- id : pyupgrade
47
47
args : ["--py37-plus", "--keep-runtime-typing"]
48
48
49
49
- repo : https://github.com/commitizen-tools/commitizen
50
- rev : v2.20.3
50
+ rev : v3.22.0
51
51
hooks :
52
52
- id : commitizen
53
53
stages : [commit-msg]
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ class ClientOptions:
34
34
realtime : Optional [Dict [str , Any ]] = None
35
35
"""Options passed to the realtime-py instance"""
36
36
37
- postgrest_client_timeout : Union [
38
- int , float , Timeout
39
- ] = DEFAULT_POSTGREST_CLIENT_TIMEOUT
37
+ postgrest_client_timeout : Union [int , float , Timeout ] = (
38
+ DEFAULT_POSTGREST_CLIENT_TIMEOUT
39
+ )
40
40
"""Timeout passed to the SyncPostgrestClient instance."""
41
41
42
42
storage_client_timeout : Union [int , float , Timeout ] = DEFAULT_STORAGE_CLIENT_TIMEOUT
You can’t perform that action at this time.
0 commit comments