From cea2d0842b13e486f0d64e0a2f1796c4cb4ff9cb Mon Sep 17 00:00:00 2001 From: Kekoa Kaaikala Date: Mon, 29 Aug 2022 14:54:06 +0000 Subject: [PATCH] Project: Include unit tests in mypy checks --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c403934f..199a62b6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,6 @@ repos: hooks: - id: mypy additional_dependencies: [types-paramiko, types-python-dateutil, types-requests] - exclude: ^monkey/tests/ args: [--ignore-missing-imports] - repo: local hooks: