summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 4d4f8bc86469a005128636ee1aea99066ba8cee6 (plain)
1
2
3
4
5
6
7
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