Skip to content

Commit 4746de8

Browse files
Fix ruff pin
1 parent ca4fd70 commit 4746de8

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev = [
4949
"pytest>=8.4.2",
5050
"pytest-asyncio>=1.1.0",
5151
"pytest-cov>=7.0.0",
52-
"ruff~=0.12", # Stay compatible with 0.12 until we want to bump to 0.13, where formatting may change
52+
"ruff~=0.12.12", # Stay compatible with 0.12 until we want to bump to 0.13, where formatting may change
5353
"typing_extensions>=4.15.0",
5454
"zstandard>=0.25.0",
5555
]

uv.lock

Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)