mirror of https://github.com/MISP/PyMISP
fix: revert rename, fix mypy
parent
481284dc12
commit
fa536ee41e
|
@ -0,0 +1,6 @@
|
|||
[mypy]
|
||||
ignore_errors = False
|
||||
|
||||
show_error_context = True
|
||||
pretty = True
|
||||
exclude = pymisp/data|example|docs
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue