All checks were successful
Lint Checks / Run linter (push) Successful in 15s
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>
11 lines
268 B
YAML
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
|