Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 3, 2024
1 parent 3a81fe5 commit b34f8b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/stubtest_third_party.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@ def run_stubtest(
modules_to_check = [d.stem for d in dist.iterdir() if d.is_file() and d.suffix == ".pyi"]

config_file = Path(tmp, "mypy.ini")
config_file.write_text(
"[mypy]\ndisable_error_code = overload-overlap",
encoding="utf8",
)
config_file.write_text("[mypy]\ndisable_error_code = overload-overlap", encoding="utf8")

stubtest_cmd = [
python_exe,
Expand Down

0 comments on commit b34f8b6

Please sign in to comment.