-
Notifications
You must be signed in to change notification settings - Fork 0
Configure pre-commit hooks and Dependabot #52
Copy link
Copy link
Closed
Labels
prio:mediumShould do, but not blockingShould do, but not blockingscope:smallLess than 1 day of workLess than 1 day of workspec:architectureDESIGN_SPEC Section 15 - Technical ArchitectureDESIGN_SPEC Section 15 - Technical Architecturetype:infraCI/CD, tooling, project setupCI/CD, tooling, project setup
Description
Context
Set up pre-commit hooks for local development quality gates and Dependabot for automated dependency updates.
Acceptance Criteria
-
.pre-commit-config.yamlwith hooks for: linting, formatting, type checking, trailing whitespace, YAML validation - pre-commit installable via package manager
-
.github/dependabot.ymlfor Python dependencies (weekly) - Dependabot configured for GitHub Actions updates
Dependencies
- Evaluate and configure linting/formatting toolchain (ruff/black/isort) #23 (linting tool must be chosen first)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
prio:mediumShould do, but not blockingShould do, but not blockingscope:smallLess than 1 day of workLess than 1 day of workspec:architectureDESIGN_SPEC Section 15 - Technical ArchitectureDESIGN_SPEC Section 15 - Technical Architecturetype:infraCI/CD, tooling, project setupCI/CD, tooling, project setup