15
0

- update to 23.12.2:

* B018: to detect useless-statements at all levels (#434)
  * B018: Add classname to b018 useless-expression output (#433)
  * B018: Include tuples in b018 useless-statement check (#432)
- update to 23.11.28:
  * B035: Fix false positive when named expressions are used
    (#430)
- update to 23.11.26:
  * B035: add check for static keys in dict-comprehension (#426)
  * B902: Add exceptions for standard library metaclasses (#415)
  * B017: Modify to no longer have a false negative when raises()
    is imported directly from pytest (#424)
  * B026: Fix bug where the check was not triggered for calls
    where the caller is an attribute (#420)
    * Black all the .py files - Like one should (#48)
    * Fix pathlib link in readme (#36)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=35
This commit is contained in:
2023-12-04 21:34:04 +00:00
committed by Git OBS Bridge
parent 85c920a7ae
commit 0439302bc1
4 changed files with 24 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-flake8-bugbear
Version: 23.9.16
Version: 23.12.2
Release: 0
Summary: A plugin for flake8 finding likely bugs and design problems in your program
License: MIT