https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5b282b00373f4efda31fec1c3fb6887a713ba6b9 authored by Antonio Locascio on 19 January 2024, 09:37:00 UTC
wip
Tip revision: 5b282b0
.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