make project reuse compliant

This commit is contained in:
2021-07-05 19:37:05 +02:00
parent 3d6a20031b
commit a05cc84c11
40 changed files with 276 additions and 5 deletions

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- repo: local
hooks:
- id: flake8
@ -18,3 +22,9 @@
language: system
exclude: .*
always_run: true
- id: reuse
name: reuse
entry: reuse lint
language: system
exclude: .*
always_run: true