Skip to content

Commit bf54ee4

Browse files
authored
Merge pull request #590 from sanders41/ruff
Bump default ruff version 0.7.2 -> 0.7.3
2 parents 518887c + 8ed70a5 commit bf54ee4

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
@@ -196,7 +196,7 @@ pub fn default_version(package: &PythonPackage) -> String {
196196
PythonPackage::Pytest => "8.3.3".to_string(),
197197
PythonPackage::PytestAsyncio => "0.24.0".to_string(),
198198
PythonPackage::PytestCov => "6.0.0".to_string(),
199-
PythonPackage::Ruff => "0.7.2".to_string(),
199+
PythonPackage::Ruff => "0.7.3".to_string(),
200200
PythonPackage::Tomli => "2.0.1".to_string(),
201201
}
202202
}
@@ -205,7 +205,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
205205
match hook {
206206
PreCommitHook::MyPy => "v1.13.0".to_string(),
207207
PreCommitHook::PreCommit => "v5.0.0".to_string(),
208-
PreCommitHook::Ruff => "v0.7.2".to_string(),
208+
PreCommitHook::Ruff => "v0.7.3".to_string(),
209209
}
210210
}
211211

0 commit comments

Comments
 (0)