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 20, 2024
1 parent 238a35a commit 4ae1a94
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/pep695_py312.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@

import typing
from collections.abc import Iterator
from typing import Any, NamedTuple, NoReturn, Protocol, Self, TypedDict, Annotated, Literal
from typing import (
Annotated,
Any,
Literal,
NamedTuple,
NoReturn,
Protocol,
Self,
TypedDict,
)

type lowercase_alias = str | int # Y042 Type aliases should use the CamelCase naming convention
type _LooksLikeATypeVarT = str | int # Y043 Bad name for a type alias (the "T" suffix implies a TypeVar)
Expand Down

0 comments on commit 4ae1a94

Please sign in to comment.