Skip to content

Commit

Permalink
Merge pull request #605 from sanders41/ruff
Browse files Browse the repository at this point in the history
Bump default ruff version 0.7.4 -> 0.8.0
  • Loading branch information
sanders41 authored Nov 22, 2024
2 parents 001017e + 843ab5b commit 732c193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ pub fn default_version(package: &PythonPackage) -> String {
PythonPackage::Pytest => "8.3.3".to_string(),
PythonPackage::PytestAsyncio => "0.24.0".to_string(),
PythonPackage::PytestCov => "6.0.0".to_string(),
PythonPackage::Ruff => "0.7.4".to_string(),
PythonPackage::Ruff => "0.8.0".to_string(),
PythonPackage::Tomli => "2.0.1".to_string(),
}
}
Expand All @@ -205,7 +205,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
match hook {
PreCommitHook::MyPy => "v1.13.0".to_string(),
PreCommitHook::PreCommit => "v5.0.0".to_string(),
PreCommitHook::Ruff => "v0.7.4".to_string(),
PreCommitHook::Ruff => "v0.8.0".to_string(),
}
}

Expand Down

0 comments on commit 732c193

Please sign in to comment.