https://bugzilla.redhat.com/show_bug.cgi?id=2141866

            Bug ID: 2141866
           Summary: Review Request: python-flake8-blind-except - A flake8
                    extension that checks for catch-all except statements
           Product: Fedora
           Version: rawhide
          Hardware: All
                OS: Linux
            Status: NEW
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]
  Target Milestone: ---
    Classification: Fedora



Spec URL:
https://cottsay.fedorapeople.org/python-flake8-blind-except/python-flake8-blind-except.spec
SRPM URL:
https://cottsay.fedorapeople.org/python-flake8-blind-except/python-flake8-blind-except-0.2.1-1.fc38.src.rpm

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.

Fedora Account System Username: cottsay
Target branches: f36 f37 epel9
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=94030751

Thanks!


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2141866
_______________________________________________
package-review 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