mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
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
5 lines
107 B
YAML
5 lines
107 B
YAML
- id: test-bun-hook
|
|
name: Test Bun Hook
|
|
entry: test-bun-hook
|
|
language: bun
|
|
files: \.txt$
|