https://gitlab.com/tezos/tezos
Raw File
Tip revision: 50aee0fc9c6f7fe46f553458bd45889281d40a87 authored by Valentin Chaboche on 26 January 2024, 14:51:16 UTC
EVM/Sequencer: all delayed inbox events are notice
Tip revision: 50aee0f
.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