Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-flake8-blind-except | Distribution: Fedora Project |
Version: 0.2.1 | Vendor: Fedora Project |
Release: 4.fc42 | Build date: Sat Jan 18 15:22:39 2025 |
Group: Unspecified | Build host: buildvm-a64-28.iad2.fedoraproject.org |
Size: 10530 | Source RPM: python-flake8-blind-except-0.2.1-4.fc42.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/elijahandrews/flake8-blind-except | |
Summary: A flake8 extension that checks for catch-all except statements |
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.
MIT
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
/usr/lib/python3.13/site-packages/__pycache__/flake8_blind_except.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/__pycache__/flake8_blind_except.cpython-313.pyc /usr/lib/python3.13/site-packages/flake8_blind_except-0.2.1.dist-info /usr/lib/python3.13/site-packages/flake8_blind_except-0.2.1.dist-info/INSTALLER /usr/lib/python3.13/site-packages/flake8_blind_except-0.2.1.dist-info/LICENSE /usr/lib/python3.13/site-packages/flake8_blind_except-0.2.1.dist-info/METADATA /usr/lib/python3.13/site-packages/flake8_blind_except-0.2.1.dist-info/WHEEL /usr/lib/python3.13/site-packages/flake8_blind_except-0.2.1.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/flake8_blind_except-0.2.1.dist-info/top_level.txt /usr/lib/python3.13/site-packages/flake8_blind_except.py /usr/share/doc/python3-flake8-blind-except /usr/share/doc/python3-flake8-blind-except/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jan 24 07:58:34 2025