black==26.5.1
# The uncompromising code formatter.
$ pip install black
downloads/wk
0
license
version
26.5.1
python
>=3.10
What is black?
Black is an automated code formatter for Python that enforces a consistent code style across your project with minimal configuration. Instead of debating style choices, you run Black on your code and it reformats everything to a standardized format, similar to how Go's gofmt or Rust's rustfmt work. Developers use it to eliminate style discussions in code reviews and save time on manual formatting.
Keywords
#automation #autopep8 #formatter #gofmt #pyfmt #rustfmt #yapf