TODO: Write a simple description / introduction to the repository
TODO: Write a setup guide
This project uses pre-commit to manage automated checks.
pip install pre-commitpre-commit run --all-filesThis will make the checks run automatically every time you git commit:
pre-commit installpre-commit autoupdate- This project uses GitHub Actions for CI.
- Workflows are located in
.github/workflows. - For more information, see vortex-ci.