We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66786d4 commit 2c64ae4Copy full SHA for 2c64ae4
NEWS.rst
@@ -1,3 +1,9 @@
1
+3.0.0 (2022-11-23)
2
+
3
+- Detect undefined name in variable defined by an annotated assignment
4
+- Add a new error for names which are annotated but unused
5
+- Remove handling of python 2.x ``# type:`` comments. Use annotations instead
6
7
2.5.0 (2022-07-30)
8
9
- Drop support for EOL python 2.7 / 3.4 / 3.5
pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '2.5.0'
+__version__ = '3.0.0'
0 commit comments