From 571dac53bc5a4953706acd36d8318d676a977c46 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:54:33 +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/pappasam/toml-sort: v0.24.1 → v0.24.2](https://github.com/pappasam/toml-sort/compare/v0.24.1...v0.24.2) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.9.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.4...v0.9.6) - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.15.0) - [github.com/pycqa/pylint: v3.3.1 → v3.3.4](https://github.com/pycqa/pylint/compare/v3.3.1...v3.3.4) --- .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 2264ee0..b6cf952 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,11 +23,11 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/pappasam/toml-sort - rev: v0.24.1 + rev: v0.24.2 hooks: - id: toml-sort-fix - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.9.6 hooks: - id: ruff args: @@ -37,11 +37,11 @@ repos: - id: ruff-format # must be after ruff types_or: [python, pyi] - repo: https://github.com/psf/black # must be after ruff - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.15.0 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -54,7 +54,7 @@ repos: - py>=1.9.0 - tox>=4.23.2 - repo: https://github.com/pycqa/pylint - rev: v3.3.1 + rev: v3.3.4 hooks: - id: pylint additional_dependencies: