Skip to content

Commit

Permalink
exclude vendor for real :)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
  • Loading branch information
zroubalik committed Aug 8, 2022
1 parent 7fbbdb3 commit 8e1feff
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
@@ -1,6 +1,6 @@
default_stages: [commit, push]
minimum_pre_commit_version: "1.20.0"
exclude: vendor
exclude: ^vendor/
repos:
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.3.5
Expand Down

0 comments on commit 8e1feff

Please sign in to comment.