summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 1763a5e4cb3bdf789e4c74830c94b159177d161d (plain)
1
2
3
4
5
6
7
8
repos:
  - repo: local
    hooks:
      - id: meta-lint-ci
        name: Running Meta/lint-ci.sh to ensure changes will pass linting on CI
        entry: bash Meta/lint-ci.sh
        language: system
        pass_filenames: false