mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
.pre-commit-config.yaml: add reuse hook
Two reasons: 1. pre-commit complains of missing .pre-commit-config.yaml 2. This branch is small and thus good for practice
This commit is contained in:
parent
9969ba471a
commit
70ea4469fa
11
.pre-commit-config.yaml
Normal file
11
.pre-commit-config.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
# See https://pre-commit.com for more information
|
||||||
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/fsfe/reuse-tool
|
||||||
|
rev: v1.1.2
|
||||||
|
hooks:
|
||||||
|
- id: reuse
|
Loading…
Reference in New Issue
Block a user