Skip to content

Commit 8aa5e72

Browse files
authored
Merge pull request #872 from sanders41/ruff
Bump default ruff version 0.12.10 -> 0.12.11
2 parents 32dfd33 + f8082a1 commit 8aa5e72

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
@@ -175,7 +175,7 @@ pub fn default_version(package: &PythonPackage) -> String {
175175
PythonPackage::Pytest => "8.4.1".to_string(),
176176
PythonPackage::PytestAsyncio => "1.1.0".to_string(),
177177
PythonPackage::PytestCov => "6.2.1".to_string(),
178-
PythonPackage::Ruff => "0.12.10".to_string(),
178+
PythonPackage::Ruff => "0.12.11".to_string(),
179179
PythonPackage::Tomli => "2.2.1".to_string(),
180180
}
181181
}
@@ -184,7 +184,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
184184
match hook {
185185
PreCommitHook::MyPy => "v1.17.1".to_string(),
186186
PreCommitHook::PreCommit => "v6.0.0".to_string(),
187-
PreCommitHook::Ruff => "v0.12.10".to_string(),
187+
PreCommitHook::Ruff => "v0.12.11".to_string(),
188188
}
189189
}
190190

0 commit comments

Comments
 (0)