xref: /aosp_15_r20/external/fonttools/mypy.ini (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1*e1fe3e4aSElliott Hughes[mypy]
2*e1fe3e4aSElliott Hughespython_version = 3.7
3*e1fe3e4aSElliott Hughesfiles = Lib/fontTools/misc/plistlib
4*e1fe3e4aSElliott Hughesfollow_imports = silent
5*e1fe3e4aSElliott Hughesignore_missing_imports = True
6*e1fe3e4aSElliott Hugheswarn_redundant_casts = True
7*e1fe3e4aSElliott Hugheswarn_unused_configs = True
8*e1fe3e4aSElliott Hugheswarn_unused_ignores = True
9*e1fe3e4aSElliott Hughes
10*e1fe3e4aSElliott Hughes[mypy-fontTools.misc.plistlib]
11*e1fe3e4aSElliott Hughescheck_untyped_defs = True
12*e1fe3e4aSElliott Hughesdisallow_any_generics = True
13*e1fe3e4aSElliott Hughesdisallow_incomplete_defs = True
14*e1fe3e4aSElliott Hughesdisallow_subclassing_any = True
15*e1fe3e4aSElliott Hughesdisallow_untyped_decorators = True
16*e1fe3e4aSElliott Hughesdisallow_untyped_calls = False
17*e1fe3e4aSElliott Hughesdisallow_untyped_defs = True
18*e1fe3e4aSElliott Hughesno_implicit_optional = True
19*e1fe3e4aSElliott Hughesno_implicit_reexport = True
20*e1fe3e4aSElliott Hughesstrict_equality = True
21*e1fe3e4aSElliott Hugheswarn_return_any = True
22