From 1cc51a842168f06959fe303bf2d1328c1452f29d Mon Sep 17 00:00:00 2001 From: Paul Calnon Date: Sun, 3 May 2026 02:54:43 -0500 Subject: [PATCH] =?UTF-8?q?ci(P-4):=20bump=20pre-commit=20isort=20pin=205.?= =?UTF-8?q?13.2=20=E2=86=92=208.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns the pre-commit pin with what local Juniper conda envs ship (isort 8.0.1) and with juniper-canopy's pre-commit pin (already 8.0.1 since 2026-04-06's Phase 5 housekeeping). Previously, devs running ``isort`` directly from a Juniper conda env produced output that disagreed with what CI's pre-commit applied — see notes/POST_V38_OPEN_ISSUES_PLAN_2026-05-03.md (P-4), which traced two unnecessary CI iterations to this drift during the V38 diagnostic cycle. ``pre-commit run isort --all-files`` is clean against the new pin on this repo's tracked files, so this is a pure pin bump with no functional reformat. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5263884..92140f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,7 +104,7 @@ repos: # Python Import Sorting - isort # ═══════════════════════════════════════════════════════════════════════════ - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 8.0.1 hooks: - id: isort name: Sort imports with isort