Pārlūkot izejas kodu

Meta: Drop the --no-ports arg from .pre-commit-config.yaml

Our Meta/lint-ci.sh script doesn’t have support/handling for a
--no-ports option, so there’s no need to pass such an option.
sideshowbarker 10 mēneši atpakaļ
vecāks
revīzija
37e0f7b381
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      .pre-commit-config.yaml

+ 0 - 1
.pre-commit-config.yaml

@@ -4,7 +4,6 @@ repos:
       - id: meta-lint-ci
       - id: meta-lint-ci
         name: Running Meta/lint-ci.sh to ensure changes will pass linting on CI
         name: Running Meta/lint-ci.sh to ensure changes will pass linting on CI
         entry: bash Meta/lint-ci.sh
         entry: bash Meta/lint-ci.sh
-        args: [ --no-ports ]
         stages: [ commit ]
         stages: [ commit ]
         language: system
         language: system