Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 19, 2023
commit 05c459eee95c29be21ecdbb6d52177f114798d18
8 changes: 5 additions & 3 deletions mypy/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,11 @@
)

# Mypyc fixed-width native int types (compatible with builtins.int)
MYPYC_NATIVE_INT_NAMES: Final = ("mypy_extensions.i64",
"mypy_extensions.i32",
"mypy_extensions.i16")
MYPYC_NATIVE_INT_NAMES: Final = (
"mypy_extensions.i64",
"mypy_extensions.i32",
"mypy_extensions.i16",
)

DATACLASS_TRANSFORM_NAMES: Final = (
"typing.dataclass_transform",
Expand Down