ci: add pre-commit config

This commit is contained in:
Radek SPRTA
2024-05-17 06:05:37 +02:00
parent 69010404c7
commit bef321d49e

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

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