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
|
||||
# - microsoft-todo
|
||||
Python: &Python
|
||||
- flake8
|
||||
- isort
|
||||
- poetry
|
||||
- python
|
||||
|
|
10
software.yml
10
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
|
||||
|
|
Loading…
Reference in a new issue