Skip to content

Commit d5e43e2

Browse files
committed
Bump default ruff version 0.2.2 -> 0.3.0
1 parent 0c22ade commit d5e43e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package_version.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ pub fn default_version(package: &PythonPackage, min_python_version: &str) -> Str
168168
}
169169
PythonPackage::Pytest => "8.0.2".to_string(),
170170
PythonPackage::PytestCov => "4.1.0".to_string(),
171-
PythonPackage::Ruff => "0.2.2".to_string(),
171+
PythonPackage::Ruff => "0.3.0".to_string(),
172172
PythonPackage::Tomli => "2.0.1".to_string(),
173173
}
174174
}
@@ -177,7 +177,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
177177
match hook {
178178
PreCommitHook::MyPy => "v1.8.0".to_string(),
179179
PreCommitHook::PreCommit => "v4.5.0".to_string(),
180-
PreCommitHook::Ruff => "v0.2.2".to_string(),
180+
PreCommitHook::Ruff => "v0.3.0".to_string(),
181181
}
182182
}
183183

0 commit comments

Comments
 (0)