Skip to content

Commit b34f8b6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 3a81fe5 commit b34f8b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/stubtest_third_party.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ def run_stubtest(
101101
modules_to_check = [d.stem for d in dist.iterdir() if d.is_file() and d.suffix == ".pyi"]
102102

103103
config_file = Path(tmp, "mypy.ini")
104-
config_file.write_text(
105-
"[mypy]\ndisable_error_code = overload-overlap",
106-
encoding="utf8",
107-
)
104+
config_file.write_text("[mypy]\ndisable_error_code = overload-overlap", encoding="utf8")
108105

109106
stubtest_cmd = [
110107
python_exe,

0 commit comments

Comments
 (0)