Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 404 Bytes

File metadata and controls

20 lines (13 loc) · 404 Bytes

rules_typst

Bazel rules for Typst.

Development

Pre-commit hooks

This repo uses pre-commit to run buildifier for formatting and linting Bazel files.

pip install pre-commit
pre-commit install

To manually run against all files:

pre-commit run --all-files