From 688736f6816cb34147f5114198b80f683d9a901e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Kothe?= Date: Fri, 3 Oct 2025 11:24:59 -0300 Subject: [PATCH] ci: skip unwanted-patterns-nodefault-used-not-only-for-typing --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b3a9827e67e2..58faee6115eba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,8 +15,9 @@ default_stages: [ ci: autofix_prs: false autoupdate_schedule: monthly - # manual stage hooks - skip: [pylint, pyright, mypy] + # manual stage hooks and + # skip unwanted-patterns because it is causing timeout in pre-commit.ci. + skip: [pylint, pyright, mypy, unwanted-patterns-nodefault-used-not-only-for-typing] repos: - repo: https://github.com/hauntsaninja/black-pre-commit-mirror # black compiled with mypyc