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 Jun 19, 2023
1 parent 90cc72a commit 05c459e
Showing 1 changed file with 5 additions and 3 deletions.
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

0 comments on commit 05c459e

Please sign in to comment.