forked from pool/python-pyflakes
- 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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user