add license to .pre-commit
This commit is contained in:
parent
dd46210952
commit
570154fa78
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user