Closed Jiralite closed 1 year ago
There was an effort to stop the spellchecking of lock files with #445. However, I am experiencing this with pnpm-lock.yaml.
Using the following .pre-commit-config.yaml:
repos: - repo: https://github.com/crate-ci/typos rev: v1.16.4 hooks: - id: typos args: []
pnpm init
pnpm add uvu
typos
This will be caught:
jiralite@Jiralites-MacBook-Pro test % typos error: `sade` should be `sad` --> ./pnpm-lock.yaml:49:7 | 49 | sade: 1.8.1 | ^^^^ |
Looks like this is just a lockfile we weren't previously aware of
v1.16.5 is out with the fix
Description
There was an effort to stop the spellchecking of lock files with #445. However, I am experiencing this with pnpm-lock.yaml.
Steps to Reproduce
Using the following .pre-commit-config.yaml:
pnpm init
pnpm add uvu
typos
This will be caught: