From 9f0298cf5beb7dff2820fca82dca542701a00114 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sun, 14 May 2023 05:37:41 +0000 Subject: [PATCH] Added isort to Python install packages --- home/.chezmoidata.yaml | 1 + software.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index 3fc07597..0a8498af 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -669,6 +669,7 @@ softwareGroups: # Deprecated in favor of Google Tasks # - microsoft-todo Python: &Python + - isort - poetry - python - virtualenv diff --git a/software.yml b/software.yml index 4e156e86..792ca085 100644 --- a/software.yml +++ b/software.yml @@ -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)