mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-29 03:27:44 +00:00
23 lines
531 B
YAML
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"]
|