Skip to content

Commit eebe9b7

Browse files
committed
Bump Ruff to 0.11.4
1 parent 5960126 commit eebe9b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/script/generate_social_card_previews.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
2727
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
2828
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
29-
proident, sunt in culpa qui officia deserunt mollit anim id est laborum""".split()
29+
proident, sunt in culpa qui officia deserunt mollit anim id est laborum""".split() # NoQA: SIM905
3030

3131
kwargs_fig = {
3232
'image': PROJECT_ROOT / 'docs/_static/og-logo.png',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docs = [
5858
"sphinx~=8.1.0",
5959
]
6060
lint = [
61-
"ruff==0.9.2",
61+
"ruff==0.11.4",
6262
]
6363
package = [
6464
"betterproto==2.0.0b6", # resolution fails without betterproto

0 commit comments

Comments
 (0)