From 7d5ba37e28697e0036eee24b147ee5ae162e5abb Mon Sep 17 00:00:00 2001 From: Stackie Jia Date: Sat, 4 Jan 2025 01:55:33 +0800 Subject: [PATCH] chore: skip mypy in pre-commit.ci --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac572f6..120ee55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,9 @@ # See https://pre-commit.com/hooks.html for more hooks default_language_version: python: python3.13 +ci: + skip: + - mypy repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0