python isort
parent
c4831ab45f
commit
14c2afd04d
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# [isort](https://github.com/timothycrosley/isort)
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
isort unformatted.py
|
||||||
|
```
|
Loading…
Reference in New Issue