mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 01:24:42 +04:00
Reorganize output writing
This commit is contained in:
parent
1adfa24124
commit
0dda19f691
20 changed files with 202 additions and 142 deletions
4
testing/resources/ruby_versioned_hooks_repo/bin/ruby_hook
Executable file
4
testing/resources/ruby_versioned_hooks_repo/bin/ruby_hook
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
puts RUBY_VERSION
|
||||
puts 'Hello world from a ruby hook'
|
||||
Loading…
Add table
Add a link
Reference in a new issue