Skip to content

Commit 5cac330

Browse files
committed
Pin ruff at 2024-10-29 to avoid emergent failures from later releases.
1 parent 23b7b52 commit 5cac330

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ test = [
6060
"pyproject-hooks!=1.1",
6161

6262
"jaraco.test>=5.5", # py.typed
63+
64+
# temporarily pin ruff for backport bugfix (#4879)
65+
"ruff <= 0.7.1",
6366
]
6467

6568
doc = [

0 commit comments

Comments
 (0)