summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: cccace050decb6d54a5623b725ea59689acc27ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
        args: [ --no-ports ]
        language: system

      - id: meta-lint-ports
        name: Running Meta/lint-ports.py to ensure changes will pass linting on CI
        entry: Meta/lint-ports.py
        pass_filenames: false
        files: ^Ports/
        language: system