Skip to content

Commit 5fe12aa

Browse files
DevOpsDevOps
authored andcommitted
fix:asdf upgradation
1 parent 7b7ad18 commit 5fe12aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

golang/pre-commit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ repos:
9090
- id: codespell
9191
files: ^.*\.(py|c|h|md|rst|yml|go|sh|sql|tf|yaml)$
9292
exclude: ^.*(_test\.go|\.min\.js|\.map)$
93-
args: ["--ignore-words-list", "hist,nd"]
94-
93+
args: ["--ignore-words-list", "hist,nd"]
94+
9595
- repo: https://github.com/zricethezav/gitleaks
9696
rev: v8.18.0
9797
hooks:

0 commit comments

Comments
 (0)