pypsa-eur/.pre-commit-config.yaml
2020-09-11 15:41:23 +02:00

19 lines
462 B
YAML

# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0
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
- id: check-merge-conflict
- id: check-added-large-files
args: ['--maxkb=2000']
- repo: https://github.com/fsfe/reuse-tool
rev: latest
hooks:
- id: reuse