Package: wnpp Severity: wishlist Owner: Jose Luis Rivero <jriv...@osrfoundation.org> X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name : flake8-comprehensions Version : 3.6.1 Upstream Author : Adam Johnson * URL : https://github.com/adamchainz/flake8-comprehensions * License : MIT Programming Lang: Python Description : flake8 plugin that helps you write better list/set/dict comprehensions. Package adds check for the flake8 linter related to list/set/dict comprehensions. Examples are: Unnecessary generator, Unnecessary list comprehension, Unnecessary <dict/list/tuple> call, etc.