From ec3ac8a2d26ccbefd225332c4ebb49a40d6e1352 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Tue, 3 Feb 2026 08:29:43 +0100 Subject: [PATCH] Skip running mypy if no Python files changed --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64b84bfbd2..c74be61fc6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,6 +36,7 @@ repos: require_serial: true language: unsupported pass_filenames: false + types: [python] - id: add-permalinks-pages language: unsupported