nixos-runner/.pre-commit-config.yaml

14 lines
300 B
YAML
Raw Normal View History

2025-05-23 23:24:03 +02:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: local
hooks:
- id: treefmt
name: treefmt
pass_filenames: false
entry: treefmt
language: system