https://github.com/ntamas/plfit
Revision 99582ea742a286098c249bb24773d4184a742c3d authored by Tamas Nepusz on 04 May 2022, 10:41:22 UTC, committed by Tamas Nepusz on 04 May 2022, 10:41:22 UTC
1 parent cea9e3e
Raw File
Tip revision: 99582ea742a286098c249bb24773d4184a742c3d authored by Tamas Nepusz on 04 May 2022, 10:41:22 UTC
chore: updated changelog
Tip revision: 99582ea
.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