You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve script consistency and safety following bolt-python patterns
- Add -U flag to all pip install commands in install.sh for consistent upgrades
- Add PIP_REQUIRE_VIRTUALENV=1 to lint.sh for virtualenv safety
- Chain twine upload with && in deploy_to_test_pypi.sh for proper error handling
- Simplify flake8 invocation (single command instead of two separate calls)
- Quote all variables consistently across scripts for bash best practices
- Always run format and lint before tests in install_and_run_tests.sh
These changes align with bolt-python patterns and improve script reliability.
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
0 commit comments