https://gitlab.com/tezos/tezos
Raw File
Tip revision: eb86eda63dfe730bac3d9b74c9b4300904a0ca2e authored by Arvid Jakobsson on 26 January 2024, 14:00:45 UTC
CI: Generate [before_merging] pipeline
Tip revision: eb86eda
.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