diff options
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d4f8bc864..cccace050d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,4 +4,12 @@ repos: - 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 |