Skip to content

Commit

Permalink
feat: Auto-format Nix files using Alejandra
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Apr 26, 2023
1 parent 095b0d8 commit 17b32b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# Please run `pre-commit run --all-files` when adding or changing entries.

repos:
- repo: https://github.com/kamadorueda/alejandra
rev: bb7f2ad3f176aa8e9e2944a10061f7989c8fef17 # frozen: 1.3.0
hooks:
- id: alejandra

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 6f3cb139ef36133b6f903b97facc57b07cef57c9 # frozen: v3.0.0-alpha.6
hooks:
Expand Down

0 comments on commit 17b32b2

Please sign in to comment.