From bc4ed57af38dcdf1f7733befdc942316cb56a249 Mon Sep 17 00:00:00 2001 From: Erick Date: Mon, 20 Apr 2026 23:21:39 +0500 Subject: [PATCH] add mypy version in nbqa-mypy --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a992a51a..af4a0d02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -134,7 +134,7 @@ repos: require_serial: true types_or: [jupyter, markdown] additional_dependencies: - - mypy + - mypy == 1.13.0 - pandas-stubs - git+https://github.com/numpy/numpy-stubs - mypy-extensions