mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
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.
This commit is contained in:
parent
4eb16b144e
commit
37e0f7b381
Notes:
github-actions[bot]
2024-09-11 07:30:51 +00:00
Author: https://github.com/sideshowbarker Commit: https://github.com/LadybirdBrowser/ladybird/commit/37e0f7b3810 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1368 Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue