Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pydantic dataclass instead of stdlib dataclass
Pydantic's dataclass does not complain about optional attributes before required attributes, so we can drop `--kw-only` from the `xsdata` call (which is now `xsdata ../xsd/galaxy.xsd --unnest-classes --output pydantic --docstring-style Accessible --ignore-patterns --max-line-length 10000 && python postprocess_schema.py && python test_file_from_xsd.py > test_file_schema.json && cd ~/src/galaxy && make format && cd -`)
- Loading branch information