mirror of
https://github.com/falcion/Whisperer.md.git
synced 2026-07-22 11:50:29 +00:00
5 lines
134 B
INI
5 lines
134 B
INI
[mypy]
|
|
exclude = ^(venv|.venv|env|build|dist)/
|
|
disallow_untyped_calls = True
|
|
ignore_missing_imports = True
|
|
allow_untyped_calls = True
|