We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32dfd33 + f8082a1 commit 8aa5e72Copy full SHA for 8aa5e72
1 file changed
src/package_version.rs
@@ -175,7 +175,7 @@ pub fn default_version(package: &PythonPackage) -> String {
175
PythonPackage::Pytest => "8.4.1".to_string(),
176
PythonPackage::PytestAsyncio => "1.1.0".to_string(),
177
PythonPackage::PytestCov => "6.2.1".to_string(),
178
- PythonPackage::Ruff => "0.12.10".to_string(),
+ PythonPackage::Ruff => "0.12.11".to_string(),
179
PythonPackage::Tomli => "2.2.1".to_string(),
180
}
181
@@ -184,7 +184,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
184
match hook {
185
PreCommitHook::MyPy => "v1.17.1".to_string(),
186
PreCommitHook::PreCommit => "v6.0.0".to_string(),
187
- PreCommitHook::Ruff => "v0.12.10".to_string(),
+ PreCommitHook::Ruff => "v0.12.11".to_string(),
188
189
190
0 commit comments