forked from pool/python-flake8-pyi
- update to 24.4.1:
* Y066: When using if/else with `sys.version_info`,
put the code for new Python versions first.
* Fix Y026 false positive: allow simple assignment to `None` in
class scopes if the class is known to be an enum class.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pyi?expand=0&rev=29
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 13:45:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 24.4.1:
|
||||
* Y066: When using if/else with `sys.version_info`,
|
||||
put the code for new Python versions first.
|
||||
* Fix Y026 false positive: allow simple assignment to `None` in
|
||||
class scopes if the class is known to be an enum class.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 7 09:02:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user