summaryrefslogtreecommitdiffstats
path: root/misc/scripts/mypy.ini
blob: 45f048f11847ab5677024069c3a9749689ed9e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[mypy]
ignore_missing_imports = True
disallow_any_generics = True
no_implicit_optional = True
pretty = True
show_column_numbers = True
warn_redundant_casts = True
warn_return_any = True
warn_unreachable = True

namespace_packages = True
explicit_package_bases = True
exclude = (?x)(^thirdparty)