Revision 13a53388078169d334b11ff47d3147f48e11ad31 authored by Emma Turner on 17 January 2024, 10:38:16 UTC, committed by Marge Bot on 18 January 2024, 09:51:54 UTC
1 parent a8315f3
Raw File
.pre-commit-config.yaml
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v3.2.0
    hooks:
    -   id: trailing-whitespace
    -   id: end-of-file-fixer
back to top