This repository contains a pre-commit config for running just --fmt
on any
discovered just files. It will auto-fix the
files.
You must have just
installed on your system for this hook to work.
- repo: https://github.com/instrument/pre-commit-justfile
rev: 'main'
hooks:
- id: format-justfile
This work is licensed under the ISC license, a copy of which can be found at LICENSE.txt.
just
itself is licensed under the CC0 license.