INFO
Name: python3-flake8-blind-except
Version: 0.2.1-2.el9
Arch: noarch
Summary: A flake8 extension that checks for catch-all except statements
License: MIT
Vendor: Fedora Project
Build Host: buildvm-ppc64le-21.iad2.fedoraproject.org
Build Date: Mon Jun 17 15:30:13 2024
Size: 10260
URL: https://github.com/elijahandrews/flake8-blind-except
Description: A flake8 extension that checks for blind, catch-all "except:" and
"except Exception:" statements.
As of pycodestyle 2.1.0, "E722 do not use bare except, specify exception
instead" is built-in. However, bare Exception and BaseException are still
allowed. This extension flags them as B902.
Using except without explicitly specifying which exceptions to catch is
generally considered bad practice, since it catches system signals like
SIGINT. You probably want to handle system interrupts differently than
exceptions occurring in your code.
FILES
/usr/lib/python3.9/site-packages/__pycache__/flake8_blind_except.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/__pycache__/flake8_blind_except.cpython-39.pyc
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/LICENSE
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/METADATA
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/WHEEL
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/entry_points.txt
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/top_level.txt
/usr/lib/python3.9/site-packages/flake8_blind_except.py
/usr/share/doc/python3-flake8-blind-except
/usr/share/doc/python3-flake8-blind-except/README.rst
REQUIRES
python(abi) 3.9
python3dist(flake8)
python3dist(pycodestyle)
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
PROVIDES
python-flake8-blind-except 0.2.1-2.el9
python3-flake8-blind-except 0.2.1-2.el9
python3.9-flake8-blind-except 0.2.1-2.el9
python3.9dist(flake8-blind-except) 0.2.1
python3dist(flake8-blind-except) 0.2.1
CONFIG FILES
/usr/lib/python3.9/site-packages/__pycache__/flake8_blind_except.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/__pycache__/flake8_blind_except.cpython-39.pyc
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/LICENSE l
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/METADATA
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/WHEEL
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/entry_points.txt
/usr/lib/python3.9/site-packages/flake8_blind_except-0.2.1.dist-info/top_level.txt
/usr/lib/python3.9/site-packages/flake8_blind_except.py
/usr/share/doc/python3-flake8-blind-except
/usr/share/doc/python3-flake8-blind-except/README.rst d
LICENSE FILES
MIT
|