https://github.com/ntamas/plfit
Revision 0271ac74e2c09df700b6bea1e3e8b0e9b7cb478d authored by Tamas Nepusz on 29 December 2021, 10:04:30 UTC, committed by Tamas Nepusz on 29 December 2021, 10:04:30 UTC
1 parent 7195954
Raw File
Tip revision: 0271ac74e2c09df700b6bea1e3e8b0e9b7cb478d authored by Tamas Nepusz on 29 December 2021, 10:04:30 UTC
chore: updated changelog
Tip revision: 0271ac7
.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