python isort

main
hau 2020-08-23 16:41:32 +07:00
parent c4831ab45f
commit 14c2afd04d
2 changed files with 9 additions and 2 deletions

View File

@ -5,8 +5,8 @@
| Arch Linux | `python-black` | | Arch Linux | `python-black` |
| Homebrew | `black` | | Homebrew | `black` |
## Usage Usage:
``` ```sh
black unformatted.py black unformatted.py
``` ```

View File

@ -0,0 +1,7 @@
# [isort](https://github.com/timothycrosley/isort)
Usage:
```sh
isort unformatted.py
```