swh:1:snp:adcffee4282eeac9899a19b6d401bd7308707119
Raw File
Tip revision: f8a7d6c933c4f84d39c07083de531b541c948137 authored by Tamas Nepusz on 07 August 2022, 21:11:11 UTC
chore: bumped version to 0.9.4
Tip revision: f8a7d6c
.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