1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-29 03:27:44 +00:00
alejandra/.pre-commit-hooks.yaml
2023-01-15 12:44:19 -08:00

23 lines
531 B
YAML

- id: alejandra
name: alejandra
description: Format Nix code with Alejandra.
entry: alejandra
language: rust
files: \.nix$
minimum_pre_commit_version: 2.21.0
- id: alejandra-nix
name: alejandra (Nix)
description: Format Nix code with Alejandra.
entry: .pre-commit-entry.sh
language: script
files: \.nix$
minimum_pre_commit_version: 1.18.1
- id: alejandra-system
name: alejandra (system)
description: Format Nix code with Alejandra.
entry: alejandra
language: system
files: \.nix$
args: ["-q"]