Browse Source
Switch back pre-commit hook misspell to upstream (#11280)
The pull request adding the pre-commit hook config was merged.
pull/11260/head
Max Gautier
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
3 deletions
-
.pre-commit-config.yaml
|
@ -45,9 +45,8 @@ repos: |
|
|
- netaddr==1.2.1 |
|
|
- netaddr==1.2.1 |
|
|
- distlib |
|
|
- distlib |
|
|
|
|
|
|
|
|
- repo: https://github.com/VannTen/misspell |
|
|
|
|
|
# Waiting on https://github.com/golangci/misspell/pull/19 to get merged |
|
|
|
|
|
rev: 8592a4e |
|
|
|
|
|
|
|
|
- repo: https://github.com/golangci/misspell |
|
|
|
|
|
rev: v0.6.0 |
|
|
hooks: |
|
|
hooks: |
|
|
- id: misspell |
|
|
- id: misspell |
|
|
exclude: "OWNERS_ALIASES$" |
|
|
exclude: "OWNERS_ALIASES$" |
|
|