mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 13:30:11 -05:00
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:
4
uv.schema.json
generated
4
uv.schema.json
generated
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user