added pipx and yamllint

This commit is contained in:
Nikita Bykov
2020-10-08 16:57:24 +03:00
parent 7459f57aac
commit 48c3a310a5
11 changed files with 71 additions and 14 deletions

View File

@@ -273,4 +273,8 @@ function Get-PacmanVersion {
function Get-YAMLLintVersion {
yamllint --version
}
function Get-PipxVersion {
pipx --version
}