Mirror of typos for pre-commit.
.pre-commit-config.yaml is included in repo but uses tagging strategy tags v1, semantic release tag and subpackage tag. This does not interact well pre-commit autoupdate as v1 is a mutable tag. This repos mirrors tags filtering by v1.* so only semantic release tags are fetched.
See here for discussion in repo.
repos:
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.31.0
hooks:
- id: typosThis can be configured based on usage guide in source repo.
- Only
typosfrom binary is supported. - Stages not specified. This is not supported by tool to generate this repo.