From 086f5d4706658bd947f36cd0a53ce2a3c9187fd1 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Sun, 6 Jul 2025 21:18:38 -0500 Subject: [PATCH] [ci] update pre-commit hooks --- .pre-commit-config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5774874..94361a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/maxwinterstein/shfmt-py - rev: v3.7.0.1 + rev: v3.11.0.2 hooks: - id: shfmt args: ["--indent=4", "--space-redirects", "--write"] @@ -23,5 +23,3 @@ repos: rev: v2.4.1 hooks: - id: codespell - # additional_dependencies: [tomli] - # args: ["--toml", "pyproject.toml"]