From a5260fc33f53624b594227be1c099bf160915d5e Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Mon, 4 May 2026 23:44:25 +0200 Subject: [PATCH] Pre-commit update: isort 9.0.0a3. I have merged about 20 auto-generated pre-commit CI PRs with this, and they all passed. So seems safe. --- .pre-commit-config.yaml | 2 +- src/plone/meta/default/pre-commit-config.yaml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 689ca5f..320c297 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/pycqa/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror diff --git a/src/plone/meta/default/pre-commit-config.yaml.j2 b/src/plone/meta/default/pre-commit-config.yaml.j2 index c6e4a22..d9453ad 100644 --- a/src/plone/meta/default/pre-commit-config.yaml.j2 +++ b/src/plone/meta/default/pre-commit-config.yaml.j2 @@ -9,7 +9,7 @@ repos: - id: pyupgrade args: [--%(minimal_python_version)s-plus] - repo: https://github.com/pycqa/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror