stack-orchestrator/.pre-commit-config.yaml
A. F. Dudley 81e8af4d6b
All checks were successful
Lint Checks / Run linter (push) Successful in 15s
Add development tooling and project configuration
Introduce pre-commit hooks, Claude Code guidance, TODO tracking,
and pyproject.toml to modernize development workflow.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 04:46:24 -05:00

11 lines
268 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: check-merge-conflict
- id: check-added-large-files