subhub/mypy.ini

15 строки
439 B
INI

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
[mypy]
disallow_untyped_calls = True
follow_imports = normal
ignore_missing_imports = True
python_version = 3.7
strict_optional = True
warn_no_return = False
warn_redundant_casts = True
warn_unused_ignores = True
warn_unreachable = False