BSK-W0013 warning

Stale uv lock file

Fires when the uv.lock file is older than pyproject.toml, indicating that dependencies may have changed without re-locking. This can cause import resolution to use stale package versions.

This rule currently provides the skeleton; it activates when the workspace provides lock-file staleness information via the resolver context.

How to handle it

Every rule is on by default — strict is the default, not a cage. You can dial BSK-W0013 down per-file or per-path from your editor or pyproject.toml, or fix the code so it type-checks. See the Warnings rules and the complete diagnostic reference.

Canonical URL: https://www.basilisk-python.dev/warnings/BSK-W0013