--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-ce7b4014fd
2025-12-18 00:37:49.835484+00:00
--------------------------------------------------------------------------------

Name        : python-flake8-blind-except
Product     : Fedora EPEL 10.2
Version     : 0.2.1
Release     : 2.el10_2
URL         : https://github.com/elijahandrews/flake8-blind-except
Summary     : A flake8 extension that checks for catch-all except statements
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.

--------------------------------------------------------------------------------
Update Information:

Initial build of flake8-blind-except in EPEL 10
--------------------------------------------------------------------------------
ChangeLog:

* Mon Nov 21 2022 Scott K Logan <[email protected]> - 0.2.1-2
- Define _description variable to reduce duplication
- Drop macro from URL to improve ergonomics
- Enable doctest check using pytest
* Thu Nov 10 2022 Scott K Logan <[email protected]> - 0.2.1-1
- Initial package (rhbz#2141866)
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update python-flake8-blind-except' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
epel-package-announce mailing list -- 
[email protected]
To unsubscribe send an email to 
[email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to