Skip to content

chore(deps): bump https://github.com/tekwizely/pre-commit-golang from v1.0.0 to 0.8.3#1392

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pre_commit/main/https-/github.com/tekwizely/pre-commit-golang-0.8.3
Open

chore(deps): bump https://github.com/tekwizely/pre-commit-golang from v1.0.0 to 0.8.3#1392
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pre_commit/main/https-/github.com/tekwizely/pre-commit-golang-0.8.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps https://github.com/tekwizely/pre-commit-golang from v1.0.0 to 0.8.3. This release includes the previously tagged commit.

Release notes

Sourced from https://github.com/tekwizely/pre-commit-golang's releases.

Support for revive - v0.8.3

Release v0.8.3

Adds support for the revive style checker


go-revive

~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint.

Hook ID Description
go-revive Run 'revive [$ARGS] $FILE' for each staged .go file
go-revive-mod Run 'cd $(mod_root $FILE); revive [$ARGS] ./...' for each staged .go file
go-revive-repo-mod Run 'cd $(mod_root); revive [$ARGS] ./...' for each module in the repo
Install
go get -u github.com/mgechev/revive
Useful Args
-config [PATH]     : Path to config file (TOML)
-exclude [PATTERN] : Pattern for files/directories/packages to be excluded from linting
-formatter [NAME]  : formatter to be used for the output
Displaying Warnings

By default, revive doesn't generate errors on warnings, so warning messages may not be displayed if there are no accompanying error messages.

You can use the "verbose: true" hook configuration to always show hook output.

Help
Commits
  • 66f3086 Updated docs re: option seperator
  • 5eda8c0 Fixed arg processing and go-fmt error checking
  • d33ef76 Fixed arg processing and go-fmt error checking
  • f166cf1 Fixed error in go-fmt.sh
  • ae546ab Added missing descriptions on golangci-lint hooks
  • 39a631f Better module/pkg support. Argument support for all hooks. Re-worked docs
  • 361bab2 Added pre-commit check-merge-conflict hook
  • b586112 Modified module hooks to trigger on go.mod changes
  • 7a9cc10 Added module-level hooks for build, test, vet, golang-ci
  • 0cacfe3 Updated multiple-invocations comment
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [https://github.com/tekwizely/pre-commit-golang](https://github.com/tekwizely/pre-commit-golang) from v1.0.0 to 0.8.3. This release includes the previously tagged commit.
- [Release notes](https://github.com/tekwizely/pre-commit-golang/releases)
- [Commits](TekWizely/pre-commit-golang@f298c08...a701af7)

---
updated-dependencies:
- dependency-name: https://github.com/tekwizely/pre-commit-golang
  dependency-version: 0.8.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Apr 28, 2026
@dependabot dependabot Bot requested a review from behnazh-w as a code owner April 28, 2026 00:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Apr 28, 2026
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file OCA Verified All contributors have signed the Oracle Contributor Agreement. pre_commit Pull requests that update pre_commit code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants