Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 600 Bytes

File metadata and controls

18 lines (12 loc) · 600 Bytes

pre-commit-hooks pre-commit hook

pre-commit hook of pre-commit-hooks with conda as a language / package manager.

For pre-commit: see here

For pre-commit-hooks: see here

Using pre-commit-hooks with pre-commit and conda:

Add this to your .pre-commit-config.yaml

 - repo: https://github.com/quantco/pre-commit-mirrors-pre-commit-hooks
   rev: ''  # Use the sha / tag you want to point at
   hooks:
     - id: pretty-format-json-conda # or any other of the hooks in pre-commit-hooks