Inspections
Editing uv lock files#
When uv.lock
or a *.py.lock
file is edited,
an editor-level notice is shown.
Such lock files are meant to be generated by uv
;
manualy changes will be overwritten in subsequent runs.
The files therefore should not be edited manually.
Usages of tool.uv.dev-dependencies
#
As of uv 0.4.27, which added support for PEP 735,
this field is obsoleted in favor of the dev
dependency group.
It will eventually be deprecated and removed.
More information can be found in uv's documentation.