Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 471 Bytes

typos pre-commit hook

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

For pre-commit: see here

For typos: see here

Using typos with pre-commit and conda:

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

 - repo: https://github.com/quantco/pre-commit-mirrors-typos
   rev: ''  # Use the sha / tag you want to point at
   hooks:
     - id: typos-conda