We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc81a15 commit 6b18eecCopy full SHA for 6b18eec
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unreleased
+## 23.1.1
4
5
New error codes:
6
* Y052: Disallow default values in global or class namespaces where the
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.1.0"
+__version__ = "23.1.1"
43
44
LOG = logging.getLogger("flake8.pyi")
45
FLAKE8_MAJOR_VERSION = flake8.__version_info__[0]
0 commit comments