add pre-commit config

This commit is contained in:
2026-03-21 14:18:21 +00:00
parent ce660fb6c8
commit d273ca57ca

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

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace