python black
parent
99dbdc3f58
commit
0df0c47d35
|
@ -0,0 +1,12 @@
|
||||||
|
# [black](https://github.com/psf/black)
|
||||||
|
|
||||||
|
| Distribution | Package |
|
||||||
|
| ------------ | -------------- |
|
||||||
|
| Arch Linux | `python-black` |
|
||||||
|
| Homebrew | `black` |
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```
|
||||||
|
black unformatted.py
|
||||||
|
```
|
|
@ -45,6 +45,7 @@
|
||||||
- [time](Development/Go/time.md)
|
- [time](Development/Go/time.md)
|
||||||
- [Python](Development/Python/README.md)
|
- [Python](Development/Python/README.md)
|
||||||
- [argparse](Development/Python/argparse.md)
|
- [argparse](Development/Python/argparse.md)
|
||||||
|
- [black](Development/Python/black.md)
|
||||||
- [subprocess](Development/Python/subprocess.md)
|
- [subprocess](Development/Python/subprocess.md)
|
||||||
- [venv](Development/Python/venv.md)
|
- [venv](Development/Python/venv.md)
|
||||||
- [Services](Development/Services/README.md)
|
- [Services](Development/Services/README.md)
|
||||||
|
|
Loading…
Reference in New Issue