|
|
d55382d16f
|
Add pre-commit framework
- Install pre-commit
- Configure .pre-commit-config.yaml with:
- ruff (lint + format) for Python
- bandit for Python security
- eslint for TypeScript
- prettier for TypeScript
- shared constants validation
- Add Makefile targets: pre-commit, lint
|
2025-12-21 22:01:38 +01:00 |
|