We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d144b35 commit 5693d0aCopy full SHA for 5693d0a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unreleased
+## 22.11.0
4
5
Bugfixes:
6
* Specify encoding when opening files. Prevents `UnicodeDecodeError` on Windows
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.10.0"
+__version__ = "22.11.0"
43
44
LOG = logging.getLogger("flake8.pyi")
45
FLAKE8_MAJOR_VERSION = flake8.__version_info__[0]
0 commit comments