til/Development/Python/black.md

13 lines
217 B
Markdown
Raw Normal View History

2020-07-03 04:06:36 +00:00
# [black](https://github.com/psf/black)
| Distribution | Package |
| ------------ | -------------- |
| Arch Linux | `python-black` |
| Homebrew | `black` |
2020-08-23 09:41:32 +00:00
Usage:
2020-07-03 04:06:36 +00:00
2020-08-23 09:41:32 +00:00
```sh
2020-07-03 04:06:36 +00:00
black unformatted.py
```