We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39240b commit ec0bb4bCopy full SHA for ec0bb4b
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unreleased
+## 22.10.0
4
5
Bugfixes:
6
* Do not emit Y020 for empty strings. Y020 concerns "quoted annotations",
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__ = "22.8.2"
+__version__ = "22.10.0"
43
44
LOG = logging.getLogger("flake8.pyi")
45
FLAKE8_MAJOR_VERSION = flake8.__version_info__[0]
0 commit comments