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
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 25, 2024
1 parent 4cf6183 commit 18562ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/dmypy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
import traceback
from typing import Any, Callable, Mapping, NoReturn

from mypy.main import RECURSION_LIMIT
from mypy.dmypy_os import alive, kill
from mypy.dmypy_util import DEFAULT_STATUS_FILE, receive, send
from mypy.ipc import IPCClient, IPCException
from mypy.main import RECURSION_LIMIT
from mypy.util import check_python_version, get_terminal_width, should_force_color
from mypy.version import __version__

Expand Down
1 change: 1 addition & 0 deletions mypy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
MEM_PROFILE: Final = False # If True, dump memory profile
RECURSION_LIMIT: Final = 2**14


def stat_proxy(path: str) -> os.stat_result:
try:
st = orig_stat(path)
Expand Down

0 comments on commit 18562ef

Please sign in to comment.