chore: remove ruff target-version (#32880)

This is not needed anymore since `requires-python` was added when moving
to `uv`.
This commit is contained in:
Christophe Bornet
2025-09-10 17:12:30 +02:00
committed by GitHub
parent 389a781aa0
commit b274416441
21 changed files with 0 additions and 59 deletions

View File

@@ -60,9 +60,6 @@ disallow_untyped_defs = "True"
module = "transformers"
ignore_missing_imports = true
[tool.ruff]
target-version = "py39"
[tool.ruff.lint]
select = ["E", "F", "I", "T201", "UP", "S"]
ignore = [ "UP007", "UP045" ]