deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Depends: python3:any
Description: |-
flake8 extension that checks for blind, catch-all except
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.
Enhances: flake8
Homepage: https://github.com/elijahandrews/flake8-blind-except
Installed-Size: '24'
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Package: python3-flake8-blind-except
Priority: optional
Section: python
Source: flake8-blind-except
Version: 0.2.1-1
srcpkg_name: flake8-blind-except
srcpkg_version: 0.2.1-1