https://gitlab.com/tezos/tezos
Raw File
Tip revision: 27f465a8042979854c18ce2877c582fe10302454 authored by Emma Turner on 25 January 2024, 15:19:30 UTC
Kernel/EVM: ignore priority fee
Tip revision: 27f465a
.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