runcl

A minimal OpenCL harness for rendering images
git clone git://pollux.codes/git/runcl.git
Log | Files | Refs | README | LICENSE

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


      1 repos:
      2   - repo: https://github.com/pre-commit/pre-commit-hooks
      3     rev: v5.0.0
      4     hooks:
      5       - id: check-case-conflict
      6       - id: check-illegal-windows-names
      7       - id: check-yaml
      8       - id: end-of-file-fixer
      9       - id: trailing-whitespace
     10   - repo: https://github.com/pre-commit/mirrors-clang-format
     11     rev: v19.1.6
     12     hooks:
     13       - id: clang-format
     14   - repo: https://github.com/commitizen-tools/commitizen
     15     rev: v4.1.0
     16     hooks:
     17       - id: commitizen