Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

ksatirli/pre-commit-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hooks for pre-commit

This repository is a collection of hooks for use with pre-commit.

Table of Contents

Requirements

This repository requires pre-commit version 1.15 or newer.

Dependencies

This repository provides a number of different hooks, all with their own dependencies.

  • standard requires the standard package to be (globally) installed
  • snyk-test requires the Snyk CLI to be installed

Usage

The hooks in this repository can be used by adding the following stub to your .pre-commit-config.yaml file:

  -
    repo: https://github.com/operatehappy/pre-commit-hooks
    rev: 1.0.0
    hooks:
      - id: standard
      - id: snyk-test

For a full list of hooks supported by this repository, see .pre-commit-hooks.yaml

Author Information

This repository is maintained by the contributors listed on GitHub

Development of this module was sponsored by Operate Happy.

License

Licensed under the Apache License, Version 2.0 (the "License").

You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, without WARRANTIES or conditions of any kind, either express or implied.

See the License for the specific language governing permissions and limitations under the License.