https://gitlab.com/tezos/tezos
Raw File
Tip revision: e91c6f7a9a0e65a0aeb8a6a01160a31f6aa5b827 authored by Arvid Jakobsson on 18 January 2024, 20:26:46 UTC
CI: add [dummy] job workaround
Tip revision: e91c6f7
.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