Revisions of python-flake8-bugbear

buildservice-autocommit accepted request 1161533 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 39)
- update to 24.2.6:
  * B902: Remove decorators named validator and root_validator
    from B902 checks
  * B038: Change B038 to B909 and make it optional
buildservice-autocommit accepted request 1140112 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 37)
- update to 24.1.17:
  * B038: Restrict rule to mutation functions only
- update to 24.1.16:
  * B036: Fix crash on ``raise`` statements raising something
    other than
- update to 24.1.15:
  * B038: Add check for mutations of loop iterator
  * B037: Add check for yielding or returning values in
    __init__()
  * B017: make B017 also apply to BaseException
  * B036: Add check for except BaseException without re-raising
buildservice-autocommit accepted request 1130855 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 35)
- 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)
buildservice-autocommit accepted request 1111899 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 34)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 33)
- update to 23.9.16:
  * add --classmethod-decorators (#405)
  * fix name collision for node_stack on python 3.12 (#406)
  * Use pypa/build to build the package (#404)
buildservice-autocommit accepted request 1098207 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 31)
- update to 23.7.10:
  * Add B034: re.sub/subn/split must pass flags/count/maxsplit as
    keyword arguments.
  * Fix a crash and several test failures on Python 3.12, all
    relating to the B907 * check.
  * Declare support for Python 3.12.
buildservice-autocommit accepted request 1092178 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 29)
- update to 23.6.5:
  * Include tox.ini in MANIFEST.in for sdist.
  * Improve B033 (duplicate set items)
buildservice-autocommit accepted request 1087744 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- update to 23.5.9:
  * Add B033: Detect duplicate items in sets
  * Add B908: Detect assertRauses like contexts only has top
    level statements that could throw
  * Add B028: Allow stacklevel to be explicitly assigned as a
    positional argument
  * Remove more < 3.8 checks / assertions
buildservice-autocommit accepted request 1083470 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 25)
- add sle15_python_module_pythons (jsc#PED-68)
buildservice-autocommit accepted request 1067208 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 24)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 23)
- update to 23.2.13:
  * B906: Add visit_Bytes, visit_Num and visit_Str to
    the list of visit_* functions that are ignored by the B906
    check.
  * B016: Warn when raising f-strings.
  * Add B028: Check for an explicit stacklevel keyword argument
    on the warn method from the warnings module.
  * Add B029: Check when trying to use ``except`` with an empty
    tuple i.e. ``except: ()``.
  * Add B032: Check for possible unintentional type annotations
    instead of assignments.
  * B024: now ignores classes without any methods. (#336)
  * B017: Don't warn when ``pytest.raises()`` has a ``match``
    argument. (#334)
  * B906: Ignore ``visit_`` functions with a ``_fields``
    attribute that can't contain ast.AST subnodes. (#330)
  * Rename B028 to B907, making it optional/opinionated.
  * Add B906: ``visit_`` function with no further calls to a
    ``visit`` function. (#313)
  * Add B028: Suggest ``!r`` when formatted value in f-string is
    surrounded by quotes. (#319)
buildservice-autocommit accepted request 1043218 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 21)
- update to 22.12.6 (bsc#1206225):
  * Add B905: `zip()` without an explicit `strict=` parameter. (#314)
  * B027: ignore @overload when typing is imported with other names (#309)
Displaying revisions 1 - 20 of 40
openSUSE Build Service is sponsored by