stack-orchestrator/stack_orchestrator/deploy/webapp
A. F. Dudley cd3d908d0d Apply pre-commit linting fixes
- Format code with black (line length 88)
- Fix E501 line length errors by breaking long strings and comments
- Fix F841 unused variable (removed unused 'quiet' variable)
- Configure pyright to disable common type issues in existing codebase
  (reportGeneralTypeIssues, reportOptionalMemberAccess, etc.)
- All pre-commit hooks now pass

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 20:58:31 -05:00
..
__init__.py Webapp deploy (#662) 2023-11-27 22:02:16 -07:00
deploy_webapp.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
deploy_webapp_from_registry.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
handle_deployment_auction.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
publish_deployment_auction.py Use a mutex for registry CLI txs in webapp deployment commands (#957) 2024-10-25 08:40:54 +00:00
publish_webapp_deployer.py Support uploaded config, add 'publish-webapp-deployer' and 'request-webapp-deployment' commands (#938) 2024-08-27 19:55:06 +00:00
registry_mutex.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
request_webapp_deployment.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
request_webapp_undeployment.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
run_webapp.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
undeploy_webapp_from_registry.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
util.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00