From d701574f45b27ae8f75b33184c32fafcceb732f2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 27 Dec 2019 22:42:24 +0000 Subject: [PATCH] Add yamllint to python packages --- zsh/python.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/python.zsh b/zsh/python.zsh index 46665e8..ec26ab1 100644 --- a/zsh/python.zsh +++ b/zsh/python.zsh @@ -6,6 +6,7 @@ install_python_global_packages () { local packages=( 'ansible' 'molecule[docker]' + 'yamllint' ) if (( $+commands[brew] )); then