Skip to content

Commit 99d8b81

Browse files
authored
consistency with other .ruff.tomls
1 parent f24d714 commit 99d8b81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Tools/i18n/.ruff.toml

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

45
[lint]
56
select = [
6-
"F", # Enable all pyflakes rules
7-
"I", # Enable all isort rules
8-
"UP", # Enable all pyupgrade rules by default
7+
"F", # pyflakes
8+
"I", # isort
9+
"UP", # pyupgrade
910
]

0 commit comments

Comments
 (0)