How to Install and Uninstall python3-flake8-black Package on Kali Linux

Last updated: July 03,2024

1. Install "python3-flake8-black" package

In this section, we are going to explain the necessary steps to install python3-flake8-black on Kali Linux

$ sudo apt update $ sudo apt install python3-flake8-black

2. Uninstall "python3-flake8-black" package

Please follow the guidelines below to uninstall python3-flake8-black on Kali Linux:

$ sudo apt remove python3-flake8-black $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flake8-black package on Kali Linux

Package: python3-flake8-black
Source: flake8-black
Version: 0.3.6-1
Installed-Size: 47
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions, black, python3-flake8, python3-tomli | python3 (>> 3.11), python3:any
Size: 14804
SHA256: cb772e1863e5e0646858c2641dfa3c4df4ef8c26047de1aea820f59b345fc74a
SHA1: 4a8bee96b228bbe38bb46b4579a90a06c5e08c44
MD5sum: d8ab24bd37fddc346bc6704f4e6541b7
Description: flake8 plugin to call black as a code style validator
This is flake8 plugin for validating Python code style with the command line
code formatting tool Black.
.
Black, "The Uncompromising Code Formatter", is normally run to edit your
Python code in place to match their coding style, a strict subset of the
PEP 8 style guide.
.
The point of this plugin is to be able to run 'black --check ...' from
within the flake8 plugin ecosystem. You might use this via a git
pre-commit hook, or as part of your continuous integration testing.
Description-md5:
Homepage: https://github.com/peterjc/flake8-black
Section: python
Priority: optional
Filename: pool/main/f/flake8-black/python3-flake8-black_0.3.6-1_all.deb