mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
Remove explicit target-version field for ruff (#15400)
This is inferred from project.requires-python
This commit is contained in:
@@ -12,8 +12,6 @@ skip-magic-trailing-comma = true
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 130
|
||||
# Oldest supported Python version
|
||||
target-version = "py39"
|
||||
fix = true
|
||||
exclude = [
|
||||
# virtual environment
|
||||
|
||||
Reference in New Issue
Block a user