https://github.com/quantco/pre-commit-mirrors-typos
pre-commit hook that mirrors the typos version for usage with conda as pre-commit language
https://github.com/quantco/pre-commit-mirrors-typos
Last synced: about 1 year ago
JSON representation
pre-commit hook that mirrors the typos version for usage with conda as pre-commit language
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-typos
- Owner: Quantco
- License: bsd-3-clause
- Created: 2023-02-24T13:20:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T07:52:11.000Z (over 1 year ago)
- Last Synced: 2025-02-03T08:35:02.745Z (over 1 year ago)
- Size: 84 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# typos pre-commit hook
pre-commit hook of typos with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For typos: see [here](https://github.com/crate-ci/typos)
## Using typos with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-typos
rev: '' # Use the sha / tag you want to point at
hooks:
- id: typos-conda
```