We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095aab5 commit f02c98dCopy full SHA for f02c98d
2 files changed
CHANGELOG.md
@@ -1,11 +1,11 @@
1
# Change Log
2
3
-## Unreleased
+## 23.4.0
4
5
* Update error messages for Y019 and Y034 to recommend using
6
`typing_extensions.Self` rather than `_typeshed.Self`.
7
8
-## 23.1.1
+## 23.3.1
9
10
New error codes:
11
* Y053: Disallow string or bytes literals with length >50 characters.
pyi.py
@@ -39,7 +39,7 @@ def unparse(node: ast.AST) -> str:
39
# and mypy thinks typing_extensions is part of the stdlib.
40
from typing_extensions import Literal, TypeAlias, TypeGuard
41
42
-__version__ = "23.3.1"
+__version__ = "23.4.0"
43
44
LOG = logging.getLogger("flake8.pyi")
45
FLAKE8_MAJOR_VERSION = flake8.__version_info__[0]
0 commit comments