Revision 5784cf20b7ecc703e8a78291d70c45206f25953f authored by Arvid Jakobsson on 08 January 2024, 09:15:45 UTC, committed by Marge Bot on 08 January 2024, 15:56:09 UTC
1 parent 1825a21
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