Skip to content

Commit 822c9a3

Browse files
ci: pin ruff==0.14.10 for deterministic lint (matches pre-commit)
Newer ruff enforces UP042 (str,Enum -> StrEnum) which would require a behavior-affecting enum refactor. Pin to the linted version instead. Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent a490453 commit 822c9a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dev = [
5959
"pytest-xdist>=3.5.0",
6060
"fakeredis>=2.21.0",
6161
"respx>=0.21.0",
62-
"ruff>=0.8.0",
62+
"ruff==0.14.10",
6363
"mypy>=1.13.0",
6464
"pre-commit>=4.0.0",
6565
]

0 commit comments

Comments
 (0)