Skip to content

Commit 9afc1b1

Browse files
authored
pre-commit hook maintenance: typos (#10586)
* pass filenames to `typos` again * use a `typos` mirror * [skip-ci][skip-rtd]
1 parent c356a40 commit 9afc1b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ repos:
7272
hooks:
7373
- id: validate-pyproject
7474
additional_dependencies: ["validate-pyproject-schema-store[all]"]
75-
- repo: https://github.com/crate-ci/typos
76-
rev: v1
75+
- repo: https://github.com/adhtruong/mirrors-typos
76+
rev: v1.34.0
7777
hooks:
7878
- id: typos
79-
# https://github.com/crate-ci/typos/issues/347
80-
pass_filenames: false

0 commit comments

Comments
 (0)