aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 23ca1d949dc3f40a9ac0f88a1381582f2c0ac4cf (plain)
1
2
3
4
5
6
7
8
9
default_language_version:
    python: python3
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v3.4.0  # Use the ref you want to point at
    hooks:
    -   id: trailing-whitespace
    -   id: check-xml
    # -   id: ...