parent
9027ca63ca
commit
893dd952a5
@ -810,6 +810,14 @@ the [Python Language Server](https://github.com/palantir/python-language-server)
|
||||
|
||||
Use [python-black](https://atom.io/packages/python-black).
|
||||
|
||||
### Kakoune
|
||||
|
||||
Add the following hook to your kakrc, then run black with `:format`.
|
||||
```
|
||||
hook global WinSetOption filetype=python %{
|
||||
set-option window formatcmd 'black -q -'
|
||||
}
|
||||
```
|
||||
|
||||
### Other editors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user