You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository uses the `pydantic` representation of the `reproschema` model, defined in [model.py](https://github.com/ReproNim/reproschema-py/blob/main/reproschema/models/model.py).
24
+
The `pydantic` model is automatically generated from the LinkML model maintained in the [ReproNim/reproschema repository](https://github.com/ReproNim/reproschema).
25
+
**All changes to the model should be made in the LinkML source in that repository.**
26
+
22
27
#### Style
23
28
This repo uses pre-commit to check styling.
24
29
- Install pre-commit with pip: `pip install pre-commit`
0 commit comments