first commit
Some checks failed
Test / pre-commit (push) Has been cancelled

This commit is contained in:
Arne Moerman
2024-12-15 18:59:19 +01:00
parent d0cfab6622
commit 8bf0f36c35
87 changed files with 3719 additions and 0 deletions

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace