From 437e137f7a2dbb968f985d42e41becec2235df4f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:47:31 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.8) - [github.com/streetsidesoftware/cspell-cli: v8.8.1 → v8.8.2](https://github.com/streetsidesoftware/cspell-cli/compare/v8.8.1...v8.8.2) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b6ee949..e1389917 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.4.4' + rev: 'v0.4.8' hooks: # Run the linter. - id: ruff @@ -36,7 +36,7 @@ repos: additional_dependencies: ['types-requests'] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.8.1 + rev: v8.8.2 hooks: - id: cspell files: src/|docs/source/(.+).md|docs/source/(.+).rst|tests|README.md