pre-commit/testing/resources/bun-hook-repo
Matan Shavit ae5018d3e5
Add Bun language support
Implements Bun as a new language option for pre-commit hooks, enabling
hooks to run using the Bun JavaScript runtime and package manager.

- Add bun.py language implementation with binary download/install
- Support system-installed Bun or automatic version download
- Add comprehensive tests including version handling and hook execution
- Register bun in all_languages.py
- Include test repository fixture for integration tests
2025-10-28 21:15:51 -04:00
..
bin Add Bun language support 2025-10-28 21:15:51 -04:00
.pre-commit-hooks.yaml Add Bun language support 2025-10-28 21:15:51 -04:00
package.json Add Bun language support 2025-10-28 21:15:51 -04:00