Skip to content

Commit 4054255

Browse files
committed
fix linting in md
1 parent be0d708 commit 4054255

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

development.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# Development
2+
13
## Type generation from spec
24

35
<!-- TODO replace spec.json with the public url so we always get the latest version-->
46

57
```bash
68
uv run datamodel-codegen --input ./spec.json --input-file-type jsonschema --output ./src/a2a/types.py --target-python-version 3.10 --output-model-type pydantic_v2.BaseModel --disable-timestamp --use-schema-description --use-union-operator --use-field-description --use-default --use-default-kwarg --use-one-literal-as-default --class-name A2A --use-standard-collections
7-
```
9+
```

0 commit comments

Comments
 (0)