Skip to content

Commit 6281e3d

Browse files
committed
add make precommit target
1 parent d7047e1 commit 6281e3d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ examples/%.ttl: src/data/examples/%.yaml
111111
upgrade:
112112
uv add --group dev linkml
113113

114+
precommit:
115+
$(RUN) pre-commit run --all-files
116+
114117
# Test documentation locally
115118
serve: mkd-serve
116119

0 commit comments

Comments
 (0)