added initial

This commit is contained in:
Tobias Schmidl 2023-08-12 13:18:17 +02:00
commit 504e2e3170
5 changed files with 566 additions and 0 deletions

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

@ -0,0 +1,16 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
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
- repo: https://github.com/fsfe/reuse-tool
rev: v2.1.0
hooks:
- id: reuse
...