INFO
Name: python3-flake8-blind-except
Version: 0.2.1-2.el10_2
Arch: noarch
Summary: A flake8 extension that checks for catch-all except statements
License: MIT
Vendor: Fedora Project
Build Host: buildhw-x86-03.rdu3.fedoraproject.org
Build Date: Tue Dec 9 18:46:58 2025
Size: 10572
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.12/site-packages/__pycache__/flake8_blind_except.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/__pycache__/flake8_blind_except.cpython-312.pyc
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/LICENSE
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/top_level.txt
/usr/lib/python3.12/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.12
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.el10_2
python3-flake8-blind-except 0.2.1-2.el10_2
python3.12-flake8-blind-except 0.2.1-2.el10_2
python3.12dist(flake8-blind-except) 0.2.1
python3dist(flake8-blind-except) 0.2.1
CONFIG FILES
/usr/lib/python3.12/site-packages/__pycache__/flake8_blind_except.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/__pycache__/flake8_blind_except.cpython-312.pyc
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/LICENSE l
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/flake8_blind_except-0.2.1.dist-info/top_level.txt
/usr/lib/python3.12/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
|