setup repo structure (& test system config)

This commit is contained in:
lilly 2025-01-25 22:24:37 +01:00
commit 67c2250833
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
12 changed files with 573 additions and 0 deletions

20
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,20 @@
---
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
exclude: ^(.*.secret.*)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- repo: local
hooks:
- id: run-format
name: run-format
language: syste
types: [ text ]
entry: "nix fmt"