uv-python 0.0.65

This is an internal component crate of uv
Documentation
1
2
3
4
5
6
7
8
# It is important retain compatibility when querying interpreters
target-version = "py37"

[lint.per-file-ignores]
# Keep the explicit unsupported-interpreter checks despite our minimum lint target.
"get_interpreter_info.py" = ["UP036"]
# Keep the vendored packaging sources aligned with their upstream versions.
"packaging/**/*.py" = ["PLW1510", "SIM102", "UP031", "UP037"]