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/instrumentl/pre-commit-just
rev: 'main'
hooks:
- id: format-justfileThis 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.