We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e4ce5 commit baa0ab5Copy full SHA for baa0ab5
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unreleased
+## 22.8.0
4
5
New error codes:
6
* Y046: Detect unused `Protocol`s.
pyi.py
@@ -45,7 +45,7 @@ def unparse(node: ast.AST) -> str:
45
# and mypy thinks typing_extensions is part of the stdlib.
46
from typing_extensions import Literal, TypeGuard
47
48
-__version__ = "22.7.0"
+__version__ = "22.8.0"
49
50
LOG = logging.getLogger("flake8.pyi")
51
0 commit comments