Added isort to Python install packages
This commit is contained in:
parent
7862525033
commit
9f0298cf5b
2 changed files with 9 additions and 0 deletions
|
@ -669,6 +669,7 @@ softwareGroups:
|
||||||
# Deprecated in favor of Google Tasks
|
# Deprecated in favor of Google Tasks
|
||||||
# - microsoft-todo
|
# - microsoft-todo
|
||||||
Python: &Python
|
Python: &Python
|
||||||
|
- isort
|
||||||
- poetry
|
- poetry
|
||||||
- python
|
- python
|
||||||
- virtualenv
|
- virtualenv
|
||||||
|
|
|
@ -421,6 +421,14 @@ softwarePackages:
|
||||||
apt: brasero
|
apt: brasero
|
||||||
dnf: brasero
|
dnf: brasero
|
||||||
pacman: brasero
|
pacman: brasero
|
||||||
|
isort:
|
||||||
|
_bin: isort
|
||||||
|
_desc: isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type.
|
||||||
|
_docs: https://pycqa.github.io/isort/index.html
|
||||||
|
_github: https://github.com/PyCQA/isort
|
||||||
|
_home: https://pycqa.github.io/isort/
|
||||||
|
_name: iSort
|
||||||
|
pipx: isort
|
||||||
openjdk:
|
openjdk:
|
||||||
_bin: javac
|
_bin: javac
|
||||||
_desc: Latest version of the OpenJDK (Java Development Kit)
|
_desc: Latest version of the OpenJDK (Java Development Kit)
|
||||||
|
|
Loading…
Reference in a new issue