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