https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6969924ea43db1063a465896fa5b2635db95b6b1 authored by pecornilleau on 22 January 2024, 11:43:13 UTC
Etherlink: add MD for E2E scenarios
Tip revision: 6969924
.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