Skip to content

Commit 4c8ed4b

Browse files
authored
Pin ruff version (#198)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent 6b626d1 commit 4c8ed4b

File tree

5 files changed

+26
-23
lines changed

5 files changed

+26
-23
lines changed

conformance/test/gen/connectrpc/conformance/v1/service_connect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generated by https://github.com/connectrpc/connect-python. DO NOT EDIT!
22
# source: connectrpc/conformance/v1/service.proto
3+
34
from __future__ import annotations
45

56
from typing import TYPE_CHECKING, Protocol

example/example/eliza_connect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generated by https://github.com/connectrpc/connect-python. DO NOT EDIT!
22
# source: example/eliza.proto
3+
34
from __future__ import annotations
45

56
from typing import TYPE_CHECKING, Protocol

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
"just-bin==1.47.1; sys_platform != 'win32'",
5252
"pyright[nodejs]==1.1.408",
5353
"pyvoy==0.3.0",
54-
"ruff~=0.15.0",
54+
"ruff==0.15.8",
5555
"tombi==0.9.11",
5656
"typing_extensions==4.15.0",
5757
"uvicorn==0.42.0",

test/haberdasher_connect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generated by https://github.com/connectrpc/connect-python. DO NOT EDIT!
22
# source: haberdasher.proto
3+
34
from __future__ import annotations
45

56
from typing import TYPE_CHECKING, Protocol

uv.lock

Lines changed: 22 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)