How to Install and Uninstall python3-flake8-blind-except Package on Kali Linux
Last updated: November 06,2024
1. Install "python3-flake8-blind-except" package
In this section, we are going to explain the necessary steps to install python3-flake8-blind-except on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
python3-flake8-blind-except
Copied
2. Uninstall "python3-flake8-blind-except" package
Learn how to uninstall python3-flake8-blind-except on Kali Linux:
$
sudo apt remove
python3-flake8-blind-except
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-flake8-blind-except package on Kali Linux
Package: python3-flake8-blind-except
Source: flake8-blind-except
Version: 0.2.1-1
Installed-Size: 24
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Enhances: flake8
Size: 5020
SHA256: 26f9146c17c9beb8104910c7191c610423bf2b41452bd965c044f1d4ea4fc662
SHA1: 477ec1f728b4a34f80e96cb8d539f50482bf45be
MD5sum: 12471f2128da147b17fad16a3c381040
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.
Description-md5:
Homepage: https://github.com/elijahandrews/flake8-blind-except
Section: python
Priority: optional
Filename: pool/main/f/flake8-blind-except/python3-flake8-blind-except_0.2.1-1_all.deb
Source: flake8-blind-except
Version: 0.2.1-1
Installed-Size: 24
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Enhances: flake8
Size: 5020
SHA256: 26f9146c17c9beb8104910c7191c610423bf2b41452bd965c044f1d4ea4fc662
SHA1: 477ec1f728b4a34f80e96cb8d539f50482bf45be
MD5sum: 12471f2128da147b17fad16a3c381040
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.
Description-md5:
Homepage: https://github.com/elijahandrews/flake8-blind-except
Section: python
Priority: optional
Filename: pool/main/f/flake8-blind-except/python3-flake8-blind-except_0.2.1-1_all.deb