From 82551b6954923df1a67f2ea30aedc3347074283e Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sun, 14 May 2023 05:43:12 +0000 Subject: [PATCH] Added flake8 to Python installs --- home/.chezmoidata.yaml | 1 + software.yml | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index 0a8498af..14f8cdff 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -669,6 +669,7 @@ softwareGroups: # Deprecated in favor of Google Tasks # - microsoft-todo Python: &Python + - flake8 - isort - poetry - python diff --git a/software.yml b/software.yml index 792ca085..83f15f5f 100644 --- a/software.yml +++ b/software.yml @@ -428,6 +428,7 @@ softwarePackages: _github: https://github.com/PyCQA/isort _home: https://pycqa.github.io/isort/ _name: iSort + brew: isort pipx: isort openjdk: _bin: javac @@ -736,6 +737,15 @@ softwarePackages: choco: signal flatpak: org.signal.Signal scoop: signal + flake8: + _bin: flake8 + _desc: Flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. + _docs: https://flake8.pycqa.org/en/latest/ + _github: https://github.com/PyCQA/flake8 + _home: https://flake8.pycqa.org/en/latest/ + _name: Flake8 + brew: flake8 + pipx: flake8 balenaetcher: _appImageName: balenaEtcher.AppImage _bin: null