We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc4b3d commit e5a469bCopy full SHA for e5a469b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unreleased
+## 22.3.0
4
5
Bugfixes:
6
* fix bug where incorrect quoted annotations were not detected within `if` blocks
pyi.py
@@ -38,7 +38,7 @@
38
if TYPE_CHECKING:
39
from typing import TypeGuard
40
41
-__version__ = "22.2.0"
+__version__ = "22.3.0"
42
43
LOG = logging.getLogger("flake8.pyi")
44
0 commit comments