Commit 0ac7a13
committed
Port the flake8-isort/isort pin from #2281
The linter job on this PR fails with 10 I001/I005 findings in
opencontractserver/llms/agents/pydantic_ai_agents.py and
opencontractserver/utils/compact_pawls.py — files this PR does not touch. The
failure reproduces identically on a clean origin/main checkout: the flake8
hook's unpinned flake8-isort floated to isort 9.0.1 while the standalone isort
hook stayed rev-pinned to 6.0.1, and the two disagree about repeated
`from X import (...)` statements.
Only the flake8 pin is ported. #2281 also bumps this hook file's mypy stub
pins, but that half needs the type fixes that ship with it, so it stays there.
Cherry-picking so this PR can reach green without waiting on #2281 to merge.
It no-ops once main carries the same change.1 parent d096f99 commit 0ac7a13
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments