diff options
| author | Anton Bobov <anton@bobov.name> | 2026-04-19 21:39:28 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-04-20 13:24:32 +0500 |
| commit | ccd02f452a96ab5269495afe973bb2058ea00b6f (patch) | |
| tree | 23fc46bfe50ecd6f5c83dcf5a398ea607a50c5e1 | |
| parent | 5dfdfa41fbe6400a1789b073a8dd4c9e3afaff26 (diff) | |
update hook versions to latest releases
| -rw-r--r-- | .pre-commit-config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09ae27c..87700c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -9,11 +9,11 @@ repos: - id: check-added-large-files - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.10.0-2 + rev: v3.13.1-1 hooks: - id: shfmt - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell |
