21 lines
536 B
YAML
21 lines
536 B
YAML
|
# SPDX-FileCopyrightText: 2023 Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
|
||
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.4.0
|
||
|
hooks:
|
||
|
- id: end-of-file-fixer
|
||
|
- id: trailing-whitespace
|
||
|
- id: check-toml
|
||
|
- id: check-yaml
|
||
|
- repo: https://github.com/doublify/pre-commit-rust
|
||
|
rev: v1.0
|
||
|
hooks:
|
||
|
- id: fmt
|
||
|
- id: cargo-check
|
||
|
- repo: https://github.com/fsfe/reuse-tool
|
||
|
rev: v1.1.2
|
||
|
hooks:
|
||
|
- id: reuse
|