mirror of https://github.com/mamba-org/mamba.git
maint: Add pre-commit typos back (#3682)
This commit is contained in:
parent
a37aa2fdfd
commit
99290aeebf
|
@ -48,3 +48,11 @@ repos:
|
|||
rev: v0.6.13
|
||||
hooks:
|
||||
- id: cmake-format
|
||||
- repo: https://github.com/Quantco/pre-commit-mirrors-typos
|
||||
rev: 1.28.2
|
||||
hooks:
|
||||
- id: typos-conda
|
||||
exclude: (CHANGELOG.md)
|
||||
# In case of ambiguity (multiple possible corrections), `typos` will just report it to the user and move on without applying/writing any changes.
|
||||
# cf. https://github.com/crate-ci/typos
|
||||
args: [ --write-changes ]
|
||||
|
|
Loading…
Reference in New Issue