Bump the uv format ruff version to 0.15.0 (#17838)
This commit is contained in:
@@ -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]),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user