Skip to content

Commit b68b2be

Browse files
committed
adding pre-commit to readme
1 parent 77aac12 commit b68b2be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,21 @@ This repository contains:
2121

2222
## Developing ReproSchema
2323

24+
### Updating the schema
25+
2426
As of release 1.0.0, a linked data modeling language, [LinkML](https://linkml.io/linkml/), is used to create
2527
a [YAML file](linkml-schema/reproschema.yaml) with the schema.
2628

2729
The [context file](contexts/reproschema) was automatically generated using LinkML,
2830
and then manually curated in order to support all the reproschema feature.
2931

32+
#### Style
33+
34+
This repo uses pre-commit to check styling.
35+
- Install pre-commit with pip: `pip install pre-commit`
36+
- In order to use it with the repository, you have to run `run pre-commit install` in the root directory the first time you use it.
37+
38+
3039
### Release
3140
Upon release, there are additional formats, `jsonsld`, `turtle`, `n-triples`
3241
and `pydantic` that are created using `LinkML` tools, `reproschema-py`,

0 commit comments

Comments
 (0)