Skip to content

Commit fd967c0

Browse files
authored
Remove typos hook from .pre-commit-config.yaml (#3293)
Removed typos hook from pre-commit configuration.
1 parent 478fcb6 commit fd967c0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,6 @@ repos:
4545
args: ["--write-changes"]
4646
exclude: pyproject.toml
4747

48-
- repo: https://github.com/crate-ci/typos
49-
rev: v1
50-
hooks:
51-
- id: typos
52-
args: [] # empty to do not write fixes
53-
exclude: |
54-
(?x)^(
55-
pyproject.toml
56-
*.py
57-
)$
58-
5948
- repo: https://github.com/PyCQA/docformatter
6049
rev: v1.7.7
6150
hooks:

0 commit comments

Comments
 (0)