Skip to content

Commit 5d16396

Browse files
committed
lint: add typos check
1 parent 5364053 commit 5d16396

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .pre-commit-config.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
repos:
2+
- repo: https://github.com/crate-ci/typos
3+
rev: v1.16.26
4+
hooks:
5+
- id: typos
6+
# empty to do not write fixes
7+
# args: []
8+
exclude: pyproject.toml
9+
210
- repo: https://github.com/astral-sh/ruff-pre-commit
311
rev: v0.3.2
412
hooks:

0 commit comments

Comments
 (0)