From 5e0b71e5bfcaad18c2c36dac598bf41f4d1202c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 15 Apr 2021 14:01:59 +0200 Subject: [PATCH] fix: exclude data from mypy --- mypy.ini | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mypy.ini diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..f026a6c --- /dev/null +++ b/mypy.ini @@ -0,0 +1,7 @@ +[mypy] +python_version = 3.8 +ignore_errors = False + +show_error_context = True +pretty = True +exclude = pymisp/data