ComPWA / taplo-pre-commit

A pre-commit hook for Taplo, a TOML formatter written in Rust
https://github.com/tamasfe/taplo
9 stars 3 forks source link

Fix workflow that updates `.pre-commit-hooks.yaml` #23

Closed redeboer closed 3 weeks ago

redeboer commented 3 weeks ago

The .github/workflows/ci.yml workflow is currently failing. It's easy to fix this, but it still uses pre-commit-mirror-maker, which (to my knowledge) does not support repos with multiple hooks. Since #18, there are two hooks, taplo-format and taplo-lint, so a custom update script needs to be written.