From 06ae6a8b905b6ecba7deac70a0fb62517b849a13 Mon Sep 17 00:00:00 2001 From: Kekoa Kaaikala Date: Thu, 25 Aug 2022 17:55:29 +0000 Subject: [PATCH] Project: Add ipaddress types for 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 a4e93e4be..9c64501ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: rev: v0.971 hooks: - id: mypy - additional_dependencies: [types-paramiko, types-python-dateutil, types-requests] + additional_dependencies: [types-ipaddress, types-paramiko, types-python-dateutil, types-requests] exclude: "vulture_allowlist.py" args: [--ignore-missing-imports] - repo: https://github.com/koalaman/shellcheck-precommit