mirror of
https://github.com/IRBorisov/cctext.git
synced 2025-06-25 21:20:36 +03:00
12 lines
194 B
INI
12 lines
194 B
INI
# Global options:
|
|
|
|
[mypy]
|
|
warn_return_any = True
|
|
warn_unused_configs = True
|
|
|
|
# Per-module options:
|
|
[mypy-razdel.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pymorphy3.*]
|
|
ignore_missing_imports = True |