stack-orchestrator/stack_orchestrator/deploy/webapp
A. F. Dudley fdde3be5c8 fix: add pre-commit hooks and fix all lint/type/format errors
Process bug fix: no pre-commit existed for this repo's Python code.
Added pyproject.toml with unified dependencies (ruff, mypy, ansible-lint),
.pre-commit-config.yaml with repo-based hooks (ruff) and local uv-run
hooks (mypy, ansible-lint).

Fixed 249 ruff errors (B023, B904, B006, B007, UP008, UP031, C408),
~13 mypy type errors, 11 ansible-lint violations, and ruff-format
across all Python files including stack-orchestrator subtree.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 14:56:22 +00:00
..
__init__.py Webapp deploy (#662) 2023-11-27 22:02:16 -07:00
deploy_webapp.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
deploy_webapp_from_registry.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
handle_deployment_auction.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
publish_deployment_auction.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
publish_webapp_deployer.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
registry_mutex.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
request_webapp_deployment.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
request_webapp_undeployment.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
run_webapp.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
undeploy_webapp_from_registry.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
util.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00