We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe2c4d commit 58b94a0Copy full SHA for 58b94a0
NEWS.rst
@@ -1,3 +1,14 @@
1
+3.1.0 (2023-07-29)
2
+
3
+- Drop support for EOL python 3.6 / 3.7
4
+- Remove ``ContinueInFinally`` check (only relevant in python < 3.8)
5
+- Fix forward annotations inside a nested scope
6
+- Produce an error when a definition shadows an unused variable
7
+- Fix accessed global annotation being redefined in a local scope
8
+- Allow redefinition of functions across ``match`` arms
9
+- Fix potential ``None`` for ``lineno`` during tokenization errors
10
+- Add support for PEP 695 and python 3.12
11
12
3.0.1 (2022-11-24)
13
14
- Fix crash on augmented assign to ``print`` builtin
pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '3.0.1'
+__version__ = '3.1.0'
0 commit comments