Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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/"]
Expand Down