From 2c7b7ff274c0e5f59d4019654c68b4c34df1af03 Mon Sep 17 00:00:00 2001 From: MarianaVZorzo Date: Fri, 12 Jun 2026 17:17:35 -0300 Subject: [PATCH] Add mypy pre-commit --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6412127..725a35a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,6 +10,15 @@ repos: - id: check-added-large-files exclude_types: [yaml] +- repo: https://github.com/pre-commit/mirrors-mypy + rev: v2.1.0 + hooks: + - id: mypy + additional_dependencies: + - types-requests + - pandas-stubs + exclude: 'docs/source/conf\.py' + - repo: https://github.com/keewis/blackdoc rev: v0.4.6 hooks: