From 7abdc6b2263720a3ac136de7dfb7c679fcd7b25a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:03:59 +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/asottile/pyupgrade: v3.21.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.21.0...v3.21.2) - [github.com/pycqa/isort: 7.0.0 → 9.0.0a3](https://github.com/pycqa/isort/compare/7.0.0...9.0.0a3) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.0...v0.15.20) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.18.2...v2.1.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9c90fb..369eac4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,28 +16,28 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 9.0.0a3 hooks: - id: isort - - repo: https://github.com/psf/black - rev: 25.9.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.0 + rev: v0.15.20 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v2.1.0 hooks: - id: mypy files: ^(aiida_firecrest/.*py)$