Skip to content

Commit 20ab0c6

Browse files
committed
Satisfy mypy on py311
1 parent 119fd1e commit 20ab0c6

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
@@ -2,3 +2,6 @@
22
ignore_missing_imports = True
33
disallow_untyped_defs = True
44
show_error_codes = True
5+
6+
[mypy-pkg_resources]
7+
ignore_missing_imports = True

0 commit comments

Comments
 (0)