forked from pool/python-flake8-bugbear
- Update to 19.3.0:
* allow 'mcs' for metaclass classmethod first arg (PyCharm default) * Introduce B011 * Introduce B009 and B010 * Exclude immutable calls like tuple() and frozenset() from B008 * For B902, the first argument for metaclass class methods can be "mcs", matching the name preferred by PyCharm. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
009964884e
commit
ab5573ce7f
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 1 13:29:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 19.3.0:
|
||||
* allow 'mcs' for metaclass classmethod first arg (PyCharm default)
|
||||
* Introduce B011
|
||||
* Introduce B009 and B010
|
||||
* Exclude immutable calls like tuple() and frozenset() from B008
|
||||
* For B902, the first argument for metaclass class methods can be "mcs", matching the name preferred by PyCharm.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 21:34:53 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user