https://github.com/ntamas/plfit
Revision 7e0b38035e640ae448e8d7ef72940459f6c15b2a authored by Tamás Nepusz on 04 May 2022, 10:29:30 UTC, committed by GitHub on 04 May 2022, 10:29:30 UTC
2 parent s 08bd0c9 + d0e77c8
Raw File
Tip revision: 7e0b38035e640ae448e8d7ef72940459f6c15b2a authored by Tamás Nepusz on 04 May 2022, 10:29:30 UTC
Merge pull request #41 from dotlambda/patch-1
Tip revision: 7e0b380
.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