Skip to content

Commit 7871e57

Browse files
Upgrade ruff version to latest, re-lock and re-format
1 parent b8482cc commit 7871e57

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
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.12", # Stay compatible with 0.12 until we want to bump to 0.13, where formatting may change
52+
"ruff~=0.13.2",
5353
"typing_extensions>=4.15.0",
5454
"zstandard>=0.25.0",
5555
]

test/test_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from wsgiref.simple_server import WSGIServer, make_server
33

44
import pytest
5-
65
from example.eliza_connect import ElizaServiceClient, ElizaServiceClientSync
76
from example.eliza_pb2 import SayRequest
87
from example.eliza_service_sync import app as wsgi_app

uv.lock

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

0 commit comments

Comments
 (0)