Skip to content

Commit

Permalink
ci(mypy): ignore distutils
Browse files Browse the repository at this point in the history
Python 3.12 removed `distutils`.
`distutils` from `setuptools` work fine,
but have not typing stubs:
python/typeshed#10255
  • Loading branch information
link2xt committed Oct 4, 2023
1 parent 9e053e9 commit 32db62e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ ignore_missing_imports = True
[mypy-imap_tools.*]
ignore_missing_imports = True

[mypy-distutils.*]
ignore_missing_imports = True

0 comments on commit 32db62e

Please sign in to comment.