add license to .pre-commit

This commit is contained in:
Fabian Neumann 2020-09-11 15:41:23 +02:00
parent dd46210952
commit 570154fa78
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0 rev: v2.4.0
@ -8,3 +12,7 @@ repos:
- id: check-merge-conflict - id: check-merge-conflict
- id: check-added-large-files - id: check-added-large-files
args: ['--maxkb=2000'] args: ['--maxkb=2000']
- repo: https://github.com/fsfe/reuse-tool
rev: latest
hooks:
- id: reuse