INFO
Name: python3-flake8-comprehensions
Version: 3.10.1-3.el9
Arch: noarch
Summary: Flake8 plugin that helps you write better list/set/dict comprehensions
License: MIT
Vendor: Fedora Project
Build Host: buildvm-s390x-26.s390.fedoraproject.org
Build Date: Thu Dec 8 21:26:03 2022
Size: 46113
URL: https://github.com/adamchainz/flake8-comprehensions
Description: A flake8 plugin to identify the following patterns:
- C400-402: Unnecessary generator - rewrite as a comprehension.
- C403-404: Unnecessary list comprehension - rewrite as a
comprehension.
- C405-406: Unnecessary literal - rewrite as a literal.
- C408: Unnecessary call - rewrite as a literal.
- C409-410: Unnecessary passed to () - (remove the
outer call to ``()/rewrite as a `` literal).
- C411: Unnecessary list call - remove the outer call to list().
- C413: Unnecessary call around sorted().
- C414: Unnecessary call within
().
- C415: Unnecessary subscript reversal of iterable within
().
- C416: Unnecessary comprehension - rewrite using ().
- C417: Unnecessary map usage - rewrite using a generator
expression/ comprehension.
FILES
/usr/lib/python3.9/site-packages/flake8_comprehensions
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/LICENSE
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/METADATA
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/WHEEL
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/entry_points.txt
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/top_level.txt
/usr/lib/python3.9/site-packages/flake8_comprehensions/__init__.py
/usr/lib/python3.9/site-packages/flake8_comprehensions/__pycache__
/usr/lib/python3.9/site-packages/flake8_comprehensions/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/flake8_comprehensions/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/flake8_comprehensions/py.typed
/usr/share/doc/python3-flake8-comprehensions
/usr/share/doc/python3-flake8-comprehensions/HISTORY.rst
/usr/share/doc/python3-flake8-comprehensions/README.rst
REQUIRES
((python3.9dist(flake8) < 3.2 or python3.9dist(flake8) > 3.2) with python3.9dist(flake8) >= 3)
python(abi) 3.9
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PartialHardlinkSets) 4.0.4-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
rpmlib(RichDependencies) 4.12.0-1
PROVIDES
python-flake8-comprehensions 3.10.1-3.el9
python3-flake8-comprehensions 3.10.1-3.el9
python3.9-flake8-comprehensions 3.10.1-3.el9
python3.9dist(flake8-comprehensions) 3.10.1
python3dist(flake8-comprehensions) 3.10.1
CONFIG FILES
/usr/lib/python3.9/site-packages/flake8_comprehensions
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/LICENSE l
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/METADATA
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/WHEEL
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/entry_points.txt
/usr/lib/python3.9/site-packages/flake8_comprehensions-3.10.1.dist-info/top_level.txt
/usr/lib/python3.9/site-packages/flake8_comprehensions/__init__.py
/usr/lib/python3.9/site-packages/flake8_comprehensions/__pycache__
/usr/lib/python3.9/site-packages/flake8_comprehensions/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/flake8_comprehensions/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/flake8_comprehensions/py.typed
/usr/share/doc/python3-flake8-comprehensions
/usr/share/doc/python3-flake8-comprehensions/HISTORY.rst d
/usr/share/doc/python3-flake8-comprehensions/README.rst d
LICENSE FILES
MIT
|