We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6fa4f commit 9cf9027Copy full SHA for 9cf9027
1 file changed
mypy.ini
@@ -7,3 +7,6 @@ ignore_missing_imports = True
7
8
[mypy-distro.*]
9
ignore_missing_imports = True
10
+
11
+[mypy-packaging.*]
12
+ignore_missing_imports = True
0 commit comments