Source: flake8-comprehensions Maintainer: Debian Python Team Uploaders: Jose Luis Rivero Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-flake8, python3-pytest, python3-setuptools, pybuild-plugin-pyproject, Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/flake8-comprehensions Vcs-Git: https://salsa.debian.org/python-team/packages/flake8-comprehensions.git Rules-Requires-Root: no Homepage: https://github.com/adamchainz/flake8-comprehensions Package: python3-flake8-comprehensions Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Enhances: flake8 Description: flake8 plugin for better list/set/dict comprehensions This flake8 plugin helps you write better list, set, and dict comprehensions by enforcing various rules that improve code readability and performance, such as avoiding unnecessary generators or list calls around comprehensions.