A pre-commit hook for Air.
To run Air via pre-commit, add the following to your .pre-commit-config.yaml:
repos:
- repo: https://github.com/posit-dev/air-pre-commit
# Air version
rev: 0.8.2
hooks:
# Run the formatter
- id: air-formatair-pre-commit is a fork of astral-sh/ruff-pre-commit.