Sha256: f1bd4ec4a6ed62879478145db9664395f39c6d082ed776f3fd0ada419ae3b955

Contents?: true

Size: 369 Bytes

Versions: 46

Compression:

Stored size: 369 Bytes

Contents

#!/usr/bin/env ruby

# This hook has a focus on simplicity.
# This hook puts the burden on you to set up your environment properly.
#
# If you would like `pre-commit` to attempt to setup your environment for you
# before the checks run, you can install the automatic environment hook using:
#
#     pre-commit install --automatic
#

require 'pre-commit'

PreCommit.run

Version data entries

46 entries across 34 versions & 1 rubygems

Version Path
pre-commit-0.40.0 templates/hooks/manual
pre-commit-0.40.0 templates/hooks/simple
pre-commit-0.39.0 templates/hooks/simple
pre-commit-0.39.0 templates/hooks/manual
pre-commit-0.38.1 templates/hooks/simple
pre-commit-0.38.1 templates/hooks/manual
pre-commit-0.38.0 templates/hooks/simple
pre-commit-0.38.0 templates/hooks/manual
pre-commit-0.37.0 templates/hooks/simple
pre-commit-0.37.0 templates/hooks/manual
pre-commit-0.36.0 templates/hooks/manual
pre-commit-0.36.0 templates/hooks/simple
pre-commit-0.35.0 templates/hooks/manual
pre-commit-0.35.0 templates/hooks/simple
pre-commit-0.34.0 templates/hooks/manual
pre-commit-0.34.0 templates/hooks/simple
pre-commit-0.33.0 templates/hooks/manual
pre-commit-0.33.0 templates/hooks/simple
pre-commit-0.32.0 templates/hooks/simple
pre-commit-0.32.0 templates/hooks/manual