2020-09-11 13:41:23 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2020-09-11 13:26:43 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v2.4.0
|
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-yaml
|
2020-09-11 13:34:03 +00:00
|
|
|
- id: check-merge-conflict
|
2020-09-11 13:26:43 +00:00
|
|
|
- id: check-added-large-files
|
2020-09-11 13:34:03 +00:00
|
|
|
args: ['--maxkb=2000']
|
2020-09-11 13:41:23 +00:00
|
|
|
- repo: https://github.com/fsfe/reuse-tool
|
|
|
|
rev: latest
|
|
|
|
hooks:
|
|
|
|
- id: reuse
|