mirror of https://github.com/MISP/PyMISPGalaxies
fix: Update mypy file
parent
51b60b220d
commit
227cfdb799
2
mypy.ini
2
mypy.ini
|
@ -4,7 +4,7 @@ disallow_untyped_defs=True
|
||||||
disallow_incomplete_defs=True
|
disallow_incomplete_defs=True
|
||||||
check_untyped_defs=True
|
check_untyped_defs=True
|
||||||
disallow_any_generics=True
|
disallow_any_generics=True
|
||||||
python_version = 3.6
|
python_version = 3.8
|
||||||
ignore_errors = False
|
ignore_errors = False
|
||||||
ignore_missing_imports = False
|
ignore_missing_imports = False
|
||||||
strict_optional = True
|
strict_optional = True
|
||||||
|
|
Loading…
Reference in New Issue