Skip to content

Commit b1a54c1

Browse files
author
1bcMax
committed
Pin black version for consistent CI formatting
1 parent 1888e32 commit b1a54c1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

blockrun_llm/types.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ class WebSearchSource(BaseModel):
126126
type: Literal["web"] = "web"
127127
country: Optional[str] = None # ISO alpha-2 country code
128128
excluded_websites: Optional[List[str]] = None # Max 5 websites
129-
allowed_websites: Optional[
130-
List[str]
131-
] = None # Max 5 websites (mutually exclusive with excluded)
129+
allowed_websites: Optional[List[str]] = (
130+
None # Max 5 websites (mutually exclusive with excluded)
131+
)
132132
safe_search: bool = True
133133

134134

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
dev = [
3737
"pytest>=7.0.0",
3838
"pytest-asyncio>=0.21.0",
39-
"black>=23.0.0",
39+
"black==24.10.0", # Pin version for consistent formatting
4040
"mypy>=1.0.0",
4141
"ruff>=0.1.0",
4242
]

0 commit comments

Comments
 (0)