We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25f15f commit 56fc496Copy full SHA for 56fc496
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unreleased
+## 23.10.0
4
5
* Introduce Y090, which warns if you have an annotation such as `tuple[int]` or
6
`Tuple[int]`. These mean "a tuple of length 1, in which the sole element is
pyi.py
@@ -37,7 +37,7 @@ def unparse(node: ast.AST) -> str:
37
# and mypy thinks typing_extensions is part of the stdlib.
38
from typing_extensions import Literal, TypeAlias, TypeGuard
39
40
-__version__ = "23.6.0"
+__version__ = "23.10.0"
41
42
LOG = logging.getLogger("flake8.pyi")
43
0 commit comments