Update mac setup script

This commit is contained in:
moiseev-signal 2026-05-13 15:10:27 -07:00 committed by GitHub
parent f70d1faaa0
commit 7b399f26d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,15 +21,14 @@ brew "rustup"
brew "shellcheck"
brew "swiftlint"
brew "taplo"
brew "terraform"
brew "yamllint"
cask "google-cloud-sdk"
cask "gcloud-cli"
EOF
# Install Python tools using pipx.
# This keeps their dependencies isolated from other things on your system,
# but is still global state for each tool. We may some day want to switch this to a venv instead.
"$(brew --prefix pipx)/bin/pipx" install mypy
"$(brew --prefix pipx)/bin/pipx" install "mypy<2.0"
"$(brew --prefix pipx)/bin/pipx" install flake8
"$(brew --prefix pipx)/bin/pipx" inject flake8 \
flake8-comprehensions \