From 37e0f7b381074956a1ada1ad816e45d16b1117d2 Mon Sep 17 00:00:00 2001 From: sideshowbarker Date: Wed, 11 Sep 2024 11:16:22 +0900 Subject: [PATCH] Meta: Drop the --no-ports arg from .pre-commit-config.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99a02523a9c..2cb72cf9e17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,6 @@ 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 ] stages: [ commit ] language: system