14
0

- update to 3.0.1:

* 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
    instead

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=62
This commit is contained in:
2022-12-15 20:53:12 +00:00
committed by Git OBS Bridge
parent d451b21fe4
commit be8b1f92e1
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 15 20:50:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.0.1:
* 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
instead
-------------------------------------------------------------------
Thu Aug 18 08:27:04 UTC 2022 - Dirk Müller <dmueller@suse.com>