We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.ruff.toml
1 parent f24d714 commit 99d8b81Copy full SHA for 99d8b81
1 file changed
Tools/i18n/.ruff.toml
@@ -1,9 +1,10 @@
1
extend = "../../.ruff.toml" # Inherit the project-wide settings
2
+
3
target-version = "py313"
4
5
[lint]
6
select = [
- "F", # Enable all pyflakes rules
7
- "I", # Enable all isort rules
8
- "UP", # Enable all pyupgrade rules by default
+ "F", # pyflakes
+ "I", # isort
9
+ "UP", # pyupgrade
10
]
0 commit comments