mirror of https://github.com/CIRCL/lookyloo
9 lines
128 B
INI
9 lines
128 B
INI
|
[mypy]
|
||
|
strict = True
|
||
|
warn_return_any = False
|
||
|
show_error_context = True
|
||
|
pretty = True
|
||
|
|
||
|
[mypy-docs.source.*]
|
||
|
ignore_errors = True
|