/ .pre-commit-config.yaml
.pre-commit-config.yaml
1 # SPDX-FileCopyrightText: 2020 Diego Elio Pettenò 2 # 3 # SPDX-License-Identifier: Unlicense 4 5 repos: 6 - repo: https://github.com/fsfe/reuse-tool 7 rev: v0.12.1 8 hooks: 9 - id: reuse 10 - repo: https://github.com/pre-commit/pre-commit-hooks 11 rev: v2.3.0 12 hooks: 13 - id: check-yaml 14 - id: end-of-file-fixer