Allow unknown pyproject.toml fields (#3511)

Fixes #3510, we use typo error messages though.

Tested manually by adding `[tool.uv.pip]`, we should add proper tests
for this feature.
This commit is contained in:
konsti
2024-05-10 20:50:24 +02:00
committed by GitHub
parent 783df8f657
commit 45a2594de6
2 changed files with 1 additions and 5 deletions

4
uv.schema.json generated
View File

@@ -58,7 +58,6 @@
]
}
},
"additionalProperties": false,
"definitions": {
"AnnotationStyle": {
"description": "Indicate the style of annotation comments, used to indicate the dependencies that requested each package.",
@@ -916,8 +915,7 @@
"$ref": "#/definitions/String"
}
}
},
"additionalProperties": false
}
}
}
}