From 3fae33c15351c68adc28099ccd1534b018c929aa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:07:05 +0000 Subject: [PATCH] chore(pre-commit.ci): Upgrade hook versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1) - [github.com/maxwinterstein/shfmt-py: v3.7.0.1 → v3.11.0.2](https://github.com/maxwinterstein/shfmt-py/compare/v3.7.0.1...v3.11.0.2) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.11.13) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.16.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.1...v1.16.0) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.3](https://github.com/PyCQA/bandit/compare/1.8.0...1.8.3) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.20.0 → v9.22.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.20.0...v9.22.0) - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.45.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.43.0...v0.45.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 003217e..0db40a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,12 +33,12 @@ repos: # Formatting - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: [ @@ -49,13 +49,13 @@ repos: ] - repo: https://github.com/maxwinterstein/shfmt-py - rev: v3.7.0.1 + rev: v3.11.0.2 hooks: - id: shfmt # Linting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.11.13 hooks: - id: ruff args: [--fix] @@ -74,14 +74,14 @@ repos: # Code Quality - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.16.0 hooks: - id: mypy args: [--config-file, pyproject.toml, --warn-unused-configs] # Security - repo: https://github.com/PyCQA/bandit - rev: 1.8.0 + rev: 1.8.3 hooks: - id: bandit args: [-c, pyproject.toml, -r] @@ -89,20 +89,20 @@ repos: # Documentation, Spelling - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.20.0 + rev: v9.22.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ['@commitlint/config-conventional'] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: 'v0.43.0' + rev: 'v0.45.0' hooks: - id: markdownlint args: ['-f'] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell files: \.(py|sh|md|rst|yml|yaml)$