Skip to content

Commit 507a099

Browse files
committed
Exclude json files from codespell check
1 parent 3ba79e0 commit 507a099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
rev: v1.15.0
3434
hooks:
3535
- id: codespell
36-
args: ['--exclude-file=bot/tests/fixtures/activedata_chunk_to_tests.json']
36+
exclude_types: [json]
3737
- repo: https://github.com/marco-c/taskcluster_yml_validator
3838
rev: v0.0.2
3939
hooks:

0 commit comments

Comments
 (0)