diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a21019..5040e5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: pyspelling args: ["--config", ".spellcheck.yml"] - repo: https://github.com/golangci/golangci-lint - rev: v1.59.1 + rev: v1.63.1 hooks: - id: golangci-lint - repo: https://github.com/hhatto/autopep8