mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +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 |
||
|---|---|---|
| .. | ||
| arbitrary_bytes_repo | ||
| arg_per_line_hooks_repo | ||
| bun-hook-repo | ||
| exclude_types_repo | ||
| failing_hook_repo | ||
| logfile_repo | ||
| modified_file_returns_zero_repo | ||
| not_found_exe | ||
| prints_cwd_repo | ||
| python3_hooks_repo | ||
| python_hooks_repo | ||
| script_hooks_repo | ||
| stdout_stderr_repo | ||
| system_hook_with_spaces_repo | ||
| types_or_repo | ||
| types_repo | ||
| img1.jpg | ||
| img2.jpg | ||
| img3.jpg | ||