Added flake8 to Python installs
This commit is contained in:
parent
9f0298cf5b
commit
82551b6954
2 changed files with 11 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
|
||||||
|
- flake8
|
||||||
- isort
|
- isort
|
||||||
- poetry
|
- poetry
|
||||||
- python
|
- python
|
||||||
|
|
10
software.yml
10
software.yml
|
@ -428,6 +428,7 @@ softwarePackages:
|
||||||
_github: https://github.com/PyCQA/isort
|
_github: https://github.com/PyCQA/isort
|
||||||
_home: https://pycqa.github.io/isort/
|
_home: https://pycqa.github.io/isort/
|
||||||
_name: iSort
|
_name: iSort
|
||||||
|
brew: isort
|
||||||
pipx: isort
|
pipx: isort
|
||||||
openjdk:
|
openjdk:
|
||||||
_bin: javac
|
_bin: javac
|
||||||
|
@ -736,6 +737,15 @@ softwarePackages:
|
||||||
choco: signal
|
choco: signal
|
||||||
flatpak: org.signal.Signal
|
flatpak: org.signal.Signal
|
||||||
scoop: 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:
|
balenaetcher:
|
||||||
_appImageName: balenaEtcher.AppImage
|
_appImageName: balenaEtcher.AppImage
|
||||||
_bin: null
|
_bin: null
|
||||||
|
|
Loading…
Reference in a new issue