From c7bb4297def561ac9cae72c1bef40ebf3d3da6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Srokosz?= Date: Tue, 22 Dec 2020 17:30:34 +0100 Subject: [PATCH] Temporarily disabled cryptography type check (#51) --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 819d557..7f06036 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,3 +23,6 @@ ignore_missing_imports = True [mypy-ida_bytes.*] ignore_missing_imports = True + +[mypy-malduck.crypto.camellia] +ignore_errors = True