chore(lint): fix quotes for f-string formatting by bumping ruff to 0.9.x (#12702)
This commit is contained in:
parent
925d69a2ee
commit
166221d784
46 changed files with 120 additions and 131 deletions
|
|
@ -90,7 +90,7 @@ class File(BaseModel):
|
|||
def markdown(self) -> str:
|
||||
url = self.generate_url()
|
||||
if self.type == FileType.IMAGE:
|
||||
text = f''
|
||||
text = f""
|
||||
else:
|
||||
text = f"[{self.filename or url}]({url})"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue