* ``C407`` rule that complains about unnecessary list comprehensions inside builtins that can work on generators.
1.2.0
------------------
* Split all rule codes by type. This allows granular selection of the rules in flake8 configuration.
1.1.1
------------------
* Fix crash on method calls
1.1.0
------------------
* ``C401`` rule that complains about unnecessary list comprehensions inside calls to ``set()`` or ``dict()``. * ``C402`` rule that complains about unnecessary list literals inside calls to ``set()`` or ``dict()``.
1.0.0
------------------
* ``C400`` rule that complains about an unnecessary usage of a generator when a list/set/dict comprehension would do.
See https://github.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst