From b806bd08bc2349bb7527d7a7c7daf9d8a480dd1c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:37: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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/kieran-ryan/pyprojectsort: v0.3.0 → v0.4.0](https://github.com/kieran-ryan/pyprojectsort/compare/v0.3.0...v0.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.9.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.9.4) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.4.1) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](https://github.com/executablebooks/mdformat/compare/0.7.17...0.7.22) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.19.1) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](https://github.com/kynan/nbstripout/compare/0.7.1...0.8.1) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.9.1](https://github.com/nbQA-dev/nbQA/compare/1.8.5...1.9.1) - [github.com/compilerla/conventional-pre-commit: v3.2.0 → v4.0.0](https://github.com/compilerla/conventional-pre-commit/compare/v3.2.0...v4.0.0) --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93c016b..865a18f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ -default_stages: [commit] +default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/kieran-ryan/pyprojectsort - rev: v0.3.0 + rev: v0.4.0 hooks: - id: pyprojectsort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.9.4 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.4.1 hooks: - id: codespell types_or: [python, markdown, rst] @@ -44,7 +44,7 @@ repos: # args: ["-d relaxed"] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: @@ -61,18 +61,18 @@ repos: - id: check-execution-order - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.19.1 hooks: - id: pyupgrade - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.1 hooks: - id: nbstripout args: ["--keep-output"] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.9.1 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: v4.0.0 hooks: - id: conventional-pre-commit stages: [commit-msg]