Add ruff target-version (#36971)
This commit is contained in:
@@ -14,6 +14,7 @@ exclude_lines = [
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py39"
|
||||
line-length = 119
|
||||
|
||||
[tool.ruff.lint]
|
||||
@@ -53,4 +54,4 @@ markers = [
|
||||
"generate: marks tests that use the GenerationTesterMixin"
|
||||
]
|
||||
log_cli = 1
|
||||
log_cli_level = "WARNING"
|
||||
log_cli_level = "WARNING"
|
||||
|
||||
Reference in New Issue
Block a user