tekst-workflows Reusable workflows for tekst projects. Pre-commit hooks To setup pre-commit hooks, run the following commands: pip install pre-commit pre-commit install To run pre-commit hooks on all files, run the following command: pre-commit run --all-files