aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/data/nvm.toml/.pre-commit-config.yaml
blob: 3e40da2d255ce87faec26feeeae37702cd6496e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-FileCopyrightText: 2020 Diego Elio Pettenò
#
# SPDX-License-Identifier: Unlicense

repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v2.3.0
    hooks:
    -   id: check-toml
    -   id: end-of-file-fixer
    -   id: trailing-whitespace