libjxl

FORK: libjxl patches used on blog
git clone https://git.neptards.moe/blog/libjxl.git
Log | Files | Refs | Submodules | README | LICENSE

.pre-commit-config.yaml (681B)


      1 repos:
      2 - repo: https://github.com/gherynos/pre-commit-java
      3   rev: v0.2.4
      4   hooks:
      5   - id: Checkstyle
      6 - repo: https://github.com/gitleaks/gitleaks
      7   rev: v8.16.3
      8   hooks:
      9   - id: gitleaks
     10 - repo: https://github.com/jumanjihouse/pre-commit-hooks
     11   rev: 3.0.0
     12   hooks:
     13   - id: shellcheck
     14 - repo: https://github.com/pocc/pre-commit-hooks
     15   rev: v1.3.5
     16   hooks:
     17   - id: cpplint
     18 - repo: https://github.com/pre-commit/mirrors-eslint
     19   rev: v8.38.0
     20   hooks:
     21   - id: eslint
     22 - repo: https://github.com/pre-commit/pre-commit-hooks
     23   rev: v4.4.0
     24   hooks:
     25   - id: end-of-file-fixer
     26   - id: trailing-whitespace
     27 - repo: https://github.com/pylint-dev/pylint
     28   rev: v2.17.2
     29   hooks:
     30   - id: pylint