Added pre-commit config with some basic checks.

This commit is contained in:
Florian Pose
2026-07-14 17:50:10 +02:00
parent 34ccbcb1f5
commit 77bcf82b86
+19
View File
@@ -0,0 +1,19 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.49.0
hooks:
- id: markdownlint
- repo: https://github.com/tcort/markdown-link-check
rev: v3.14.2
hooks:
- id: markdown-link-check