Skip to content

Commit

Permalink
chore(deps): update pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Nov 7, 2024
1 parent 66e5c63 commit cb1eb4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ repos:
- id: pretty-format-json
- id: check-case-conflict

- repo: https://github.com/golangci/golangci-lint
rev: v1.61.0
hooks:
- id: golangci-lint

- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
hooks:
- id: golangci-lint
- id: go-unit-tests
- id: go-mod-tidy

Expand All @@ -23,6 +27,6 @@ repos:
- id: gitleaks

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.15.2
rev: v8.15.3
hooks:
- id: cspell
5 changes: 2 additions & 3 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// cSpell Settings
{
"language": "en",
"dictionaries": [
"project-words"
],
Expand All @@ -10,6 +8,7 @@
"path": "./project-words.txt"
}
],
"enabled": false,
"ignorePaths": [
".git/*",
".git/!{COMMIT_EDITMSG,EDITMSG}",
Expand All @@ -20,5 +19,5 @@
"go.mod",
"go.sum"
],
"enabled": false
"language": "en"
}

0 comments on commit cb1eb4e

Please sign in to comment.