mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 09:19:40 +00:00
adopt ruff as the replacement for python black (#332)
This commit is contained in:
parent
7a2be7e355
commit
2466897158
44 changed files with 1081 additions and 321 deletions
|
@ -199,9 +199,18 @@ geico_sample_data = SampleTaskRequest(
|
|||
"additionalProperties": False,
|
||||
"description": "The vehicle that the collision and comprehensive coverage is for",
|
||||
"properties": {
|
||||
"make": {"description": "The make of the vehicle", "type": "string"},
|
||||
"model": {"description": "The model of the vehicle", "type": "string"},
|
||||
"year": {"description": "The year of the vehicle", "type": "string"},
|
||||
"make": {
|
||||
"description": "The make of the vehicle",
|
||||
"type": "string",
|
||||
},
|
||||
"model": {
|
||||
"description": "The model of the vehicle",
|
||||
"type": "string",
|
||||
},
|
||||
"year": {
|
||||
"description": "The year of the vehicle",
|
||||
"type": "string",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
},
|
||||
|
@ -225,4 +234,9 @@ geico_sample_data = SampleTaskRequest(
|
|||
)
|
||||
|
||||
|
||||
supported_examples = [geico_sample_data, finditparts_sample_data, california_edd_sample_data, bci_seguros_sample_data]
|
||||
supported_examples = [
|
||||
geico_sample_data,
|
||||
finditparts_sample_data,
|
||||
california_edd_sample_data,
|
||||
bci_seguros_sample_data,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue