Skip to content

Commit 32db62e

Browse files
committed
ci(mypy): ignore distutils
Python 3.12 removed `distutils`. `distutils` from `setuptools` work fine, but have not typing stubs: python/typeshed#10255
1 parent 9e053e9 commit 32db62e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/mypy.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ ignore_missing_imports = True
2424
[mypy-imap_tools.*]
2525
ignore_missing_imports = True
2626

27+
[mypy-distutils.*]
28+
ignore_missing_imports = True

0 commit comments

Comments
 (0)