Revision 75cc9ee14de402aca185be78199853ae74b37a77 authored by Sylvain Ribstein on 03 January 2024, 15:48:00 UTC, committed by Marge Bot on 16 January 2024, 15:36:13 UTC
1 parent 2aa91e7
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