Skip to content

Commit 3fcabf1

Browse files
committed
Move overload-overlap disablement to its own line for easier diffs and simpler relevant comments.
Ref pypa#142
1 parent d3e83be commit 3fcabf1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mypy.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ enable_error_code = ignore-without-code
1010
# Support namespace packages per https://github.com/python/mypy/issues/14057
1111
explicit_package_bases = True
1212

13-
# Disable overload-overlap due to many false-positives
14-
disable_error_code = overload-overlap
13+
disable_error_code =
14+
# Disable due to many false positives
15+
overload-overlap

0 commit comments

Comments
 (0)