https://github.com/ntamas/plfit
Raw File
Tip revision: 983f44d2f5abb5107e710fc26ba1afa3ea76b40d authored by Tamas Nepusz on 06 January 2022, 21:20:31 UTC
test: add temporary debug output to failing test case on s390x
Tip revision: 983f44d
.pre-commit-config.yaml
fail_fast: true
exclude: "(^vendor/|\\.patch$)"

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v3.4.0
    hooks:
      - id: mixed-line-ending
        args: ["--fix=lf"]
        exclude: "data/"
      - id: end-of-file-fixer
      - id: trailing-whitespace
        exclude: "data/"
      - id: check-merge-conflict
      - id: fix-byte-order-marker
back to top