15
0

- 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:
2024-04-20 13:45:27 +00:00
committed by Git OBS Bridge
parent e3de752faa
commit fddffc54b5
4 changed files with 13 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-flake8-pyi
Version: 24.3.1
Version: 24.4.1
Release: 0
Summary: A plugin for flake8 to enable linting .pyi files
License: MIT