- update to 3.0.1 (bsc#1206225):

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=63
This commit is contained in:
Dirk Mueller 2022-12-15 21:02:36 +00:00 committed by Git OBS Bridge
parent be8b1f92e1
commit 92f25dbcb7

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Thu Dec 15 20:50:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.0.1:
- update to 3.0.1 (bsc#1206225):
* Detect undefined name in variable defined by an annotated assignment
* Add a new error for names which are annotated but unused
* Remove handling of python 2.x ``# type:`` comments. Use annotations