Skip to content

Commit 9cf9027

Browse files
committed
Make mypy ignore "packaging" project
1 parent 5e6fa4f commit 9cf9027

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ ignore_missing_imports = True
77

88
[mypy-distro.*]
99
ignore_missing_imports = True
10+
11+
[mypy-packaging.*]
12+
ignore_missing_imports = True

0 commit comments

Comments
 (0)