Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 11, 2024
1 parent 22b19ca commit d90bcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
hooks:
- id: codespell
args: ["-L", "te,fo,fle,alo,nin,compres,wil,collone,asess,sav,ot,wll,dne,nulll,hellow,aks"]
exclude: ^(vendor/|internal/benchmark/operation_test.go)
exclude: ^(vendor/|internal/cmd/benchmark/operation_test.go|bson/testdata/)
exclude_types: [json,yaml,pem]

- repo: https://github.com/tcort/markdown-link-check
Expand Down

0 comments on commit d90bcd0

Please sign in to comment.