Skip to content

Commit 38e0bc7

Browse files
authored
Add tosa serializer to .mypy.ini (#8133)
As suggested in a previous discussion the tosa serializer should go into .mypy.ini for a project wide ignore on missing imports instead of doing inline annotations in every file. Change-Id: I3ea00d0ff586d0f68a2c0fc557a2296cd03f3b04
1 parent 637cc32 commit 38e0bc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ ignore_missing_imports = True
7777
[mypy-ruamel]
7878
ignore_missing_imports = True
7979

80+
[mypy-serializer.*]
81+
ignore_missing_imports = True
82+
8083
[mypy-setuptools.*]
8184
ignore_missing_imports = True
8285

0 commit comments

Comments
 (0)