Bump the uv format ruff version to 0.15.0 (#17838)

This commit is contained in:
Zanie Blue
2026-02-03 14:17:40 -06:00
parent 4ae86f9b0a
commit aaaad23c32
+1 -1
View File
@@ -34,7 +34,7 @@ impl Binary {
pub fn default_version(&self) -> Version {
match self {
// TODO(zanieb): Figure out a nice way to automate updating this
Self::Ruff => Version::new([0, 12, 5]),
Self::Ruff => Version::new([0, 15, 0]),
}
}