mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
feat(emacs): add yapf & isort as dependencies
This commit is contained in:
parent
ab011b826f
commit
59d56cfb8a
2 changed files with 11 additions and 1 deletions
|
|
@ -2,4 +2,6 @@
|
||||||
'("emacs-native-comp"
|
'("emacs-native-comp"
|
||||||
"the-silver-searcher"
|
"the-silver-searcher"
|
||||||
"ripgrep"
|
"ripgrep"
|
||||||
"emacs-vterm"))
|
"emacs-vterm"
|
||||||
|
"python-isort"
|
||||||
|
"python-yapf"))
|
||||||
|
|
|
||||||
|
|
@ -3448,6 +3448,10 @@ Automatically creates & manages virtualenvs and stores data in =Pipfile= and =Pi
|
||||||
*** yapf
|
*** yapf
|
||||||
[[https://github.com/google/yapf][yapf]] is a formatter for Python files.
|
[[https://github.com/google/yapf][yapf]] is a formatter for Python files.
|
||||||
|
|
||||||
|
| Guix dependency |
|
||||||
|
|-----------------|
|
||||||
|
| python-yapf |
|
||||||
|
|
||||||
References:
|
References:
|
||||||
- [[https://github.com/google/yapf][yapf repo]]
|
- [[https://github.com/google/yapf][yapf repo]]
|
||||||
- [[https://github.com/JorisE/yapfify][yapfify.el repo]]
|
- [[https://github.com/JorisE/yapfify][yapfify.el repo]]
|
||||||
|
|
@ -3469,6 +3473,10 @@ column_limit = 80
|
||||||
*** isort
|
*** isort
|
||||||
[[https://github.com/PyCQA/isort][isort]] is a Python package to sort Python imports.
|
[[https://github.com/PyCQA/isort][isort]] is a Python package to sort Python imports.
|
||||||
|
|
||||||
|
| Guix dependency |
|
||||||
|
|-----------------|
|
||||||
|
| python-isort |
|
||||||
|
|
||||||
References:
|
References:
|
||||||
- [[https://pycqa.github.io/isort/][isort docs]]
|
- [[https://pycqa.github.io/isort/][isort docs]]
|
||||||
- [[https://github.com/paetzke/py-isort.el][py-isort.el repo]]
|
- [[https://github.com/paetzke/py-isort.el][py-isort.el repo]]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue