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