add pre-commit config

This commit is contained in:
crater2150 2023-08-29 11:32:53 +02:00
parent 45233e4190
commit 7ee46cb003

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

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