1default_language_version:
2    python: python3
3repos:
4-   repo: https://github.com/pre-commit/pre-commit-hooks
5    rev: v3.4.0  # Use the ref you want to point at
6    hooks:
7    -   id: trailing-whitespace
8    -   id: check-xml
9    # -   id: ...
10