Added isort to Python install packages

This commit is contained in:
Brian Zalewski 2023-05-14 05:37:41 +00:00
parent 7862525033
commit 9f0298cf5b
2 changed files with 9 additions and 0 deletions

View file

@ -669,6 +669,7 @@ softwareGroups:
# Deprecated in favor of Google Tasks
# - microsoft-todo
Python: &Python
- isort
- poetry
- python
- virtualenv

View file

@ -421,6 +421,14 @@ softwarePackages:
apt: brasero
dnf: 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:
_bin: javac
_desc: Latest version of the OpenJDK (Java Development Kit)