forked from pool/python-flake8-bugbear
* Ignore keywords for B009/B010 * Silence B009/B010 for non-identifiers * State an ignore might be needed for optional B9x checks * Fix error on attributes-of-attributes in except (...): clauses * Allow continue/break within loops in finally clauses for B012 * For B001, also check for except (): * Introduce B013 and B014 to check tuples in except (..., ): statements * Warn about continue/return/break in finally block (#100) * Removed a colon from the descriptive message in B008. (#96) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=13
2.1 KiB
2.1 KiB