Skip to content

Commit 688736f

Browse files
committed
ci: skip unwanted-patterns-nodefault-used-not-only-for-typing
1 parent 2ca088d commit 688736f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ default_stages: [
1515
ci:
1616
autofix_prs: false
1717
autoupdate_schedule: monthly
18-
# manual stage hooks
19-
skip: [pylint, pyright, mypy]
18+
# manual stage hooks and
19+
# skip unwanted-patterns because it is causing timeout in pre-commit.ci.
20+
skip: [pylint, pyright, mypy, unwanted-patterns-nodefault-used-not-only-for-typing]
2021
repos:
2122
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
2223
# black compiled with mypyc

0 commit comments

Comments
 (0)