We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5364053 commit 5d16396Copy full SHA for 5d16396
.pre-commit-config.yaml
@@ -1,4 +1,12 @@
1
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
+
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
rev: v0.3.2
12
hooks:
0 commit comments