Skip to content

Commit f24d714

Browse files
Set target version instead
1 parent 48b7e9f commit f24d714

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Tools/i18n/.ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
extend = "../../.ruff.toml" # Inherit the project-wide settings
2+
target-version = "py313"
23

34
[lint]
45
select = [

Tools/i18n/pygettext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def unparse_spec(name, spec):
387387
parts.append(f'{pos + 1}c')
388388
else:
389389
parts.append(str(pos + 1))
390-
return f"{name}:{','.join(parts)}"
390+
return f'{name}:{','.join(parts)}'
391391

392392

393393
def process_keywords(keywords, *, no_default_keywords):

0 commit comments

Comments
 (0)