Skip to content

Commit 42b3f82

Browse files
committed
typeshed overload and typevar
1 parent 52d7324 commit 42b3f82

File tree

2 files changed

+200
-45
lines changed

2 files changed

+200
-45
lines changed

mypy.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ exclude = (?x)(
1616
| ^setuptools/config/_validate_pyproject/ # Auto-generated
1717
| ^setuptools/tests/bdist_wheel_testdata/ # Duplicate module name
1818
)
19+
# Too many false-positives
20+
disable_error_code = overload-overlap
1921

2022
# Ignoring attr-defined because setuptools wraps a lot of distutils classes, adding new attributes,
2123
# w/o updating all the attributes and return types from the base classes for type-checkers to understand

0 commit comments

Comments
 (0)