stack-orchestrator/stack_orchestrator/deploy
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
..
compose fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
k8s fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
webapp fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
deploy.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
deploy_types.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
deploy_util.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
deployer.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
deployer_factory.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
deployment.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
deployment_context.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
deployment_create.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
dns_probe.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
images.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
spec.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
stack.py fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
stack_state.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00