diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7348b62..0fb37cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -20,6 +20,6 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck diff --git a/git/.gitconfig b/git/.gitconfig index e350f2e..4613037 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -70,7 +70,7 @@ [tag] # Sign tags, too. forceSignAnnotated = true - # Sort tags by version instead of lexically, so that + # Sort tags by version instead of lexically, so that sort = version:refname # This helps Go build modules in private respositories on GitHub. [url "ssh://git@github.com/"]