fix: revert rename, fix mypy

pull/760/head
Raphaël Vinot 2021-06-21 11:39:08 -07:00
parent 481284dc12
commit fa536ee41e
14 changed files with 6 additions and 8 deletions

6
mypy.ini Normal file
View File

@ -0,0 +1,6 @@
[mypy]
ignore_errors = False
show_error_context = True
pretty = True
exclude = pymisp/data|example|docs

View File

@ -88,11 +88,3 @@ types-Flask = "^1.1.1"
[build-system]
requires = ["poetry_core>=1.0", "setuptools"]
build-backend = "poetry.core.masonry.api"
[tool.mypy]
show_error_context = true
pretty = true
[[tool.mypy.overrides]]
module = ["pymisp.data", "pymisp.data.*", "docs.source.*", "examples", "examples.*.*"]
ignore_errors = true