chore: update pre-commit and fix golangci-lint

This commit is contained in:
2023-05-19 10:58:52 +02:00
parent 3aa71d1285
commit 7113c2d9ab
2 changed files with 7 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
run:
allow-parallel-runners: true
+5 -2
View File
@@ -22,7 +22,7 @@ repos:
- --project
- unboundsoftware/shiny/sentrysetup
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.4.0
rev: v9.5.0
hooks:
- id: commitlint
stages: [ commit-msg ]
@@ -39,5 +39,8 @@ repos:
rev: v0.0.1
hooks:
- id: go-test
- id: golangci-lint
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v1.52.2
hooks:
- id: golangci-lint