From 96a8b988bcaa11e59ca3b28d9099d2845fb0ada3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:28:42 +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.6.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.6.7) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.17.0) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](https://github.com/nbQA-dev/nbQA/compare/1.8.5...1.8.7) - [github.com/compilerla/conventional-pre-commit: v3.2.0 → v3.4.0](https://github.com/compilerla/conventional-pre-commit/compare/v3.2.0...v3.4.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93c016b..460a098 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: pyprojectsort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.6.7 hooks: # Run the linter. - id: ruff @@ -29,7 +29,7 @@ repos: additional_dependencies: ["black[jupyter]"] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell types_or: [python, markdown, rst] @@ -61,7 +61,7 @@ repos: - id: check-execution-order - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.17.0 hooks: - id: pyupgrade @@ -72,7 +72,7 @@ repos: args: ["--keep-output"] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-black - id: nbqa-ruff @@ -80,7 +80,7 @@ repos: - id: nbqa-ruff - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.2.0 + rev: v3.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg]