We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a81fe5 commit b34f8b6Copy full SHA for b34f8b6
tests/stubtest_third_party.py
@@ -101,10 +101,7 @@ def run_stubtest(
101
modules_to_check = [d.stem for d in dist.iterdir() if d.is_file() and d.suffix == ".pyi"]
102
103
config_file = Path(tmp, "mypy.ini")
104
- config_file.write_text(
105
- "[mypy]\ndisable_error_code = overload-overlap",
106
- encoding="utf8",
107
- )
+ config_file.write_text("[mypy]\ndisable_error_code = overload-overlap", encoding="utf8")
108
109
stubtest_cmd = [
110
python_exe,
0 commit comments