mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 22:09:24 +01:00
Aminda Suomalainen
70ea4469fa
Two reasons: 1. pre-commit complains of missing .pre-commit-config.yaml 2. This branch is small and thus good for practice
12 lines
321 B
YAML
12 lines
321 B
YAML
# 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
|