Skip to content

Commit

Permalink
Merge pull request #328 from sanders41/ruff
Browse files Browse the repository at this point in the history
Bump default ruff version 0.4.4 -> 0.4.5
  • Loading branch information
sanders41 committed May 23, 2024
2 parents 6ce59ad + 562ab11 commit 24e4f89
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 @@ -152,7 +152,7 @@ pub fn default_version(package: &PythonPackage) -> String {
PythonPackage::MyPy => "1.10.0".to_string(),
PythonPackage::Pytest => "8.2.1".to_string(),
PythonPackage::PytestCov => "5.0.0".to_string(),
PythonPackage::Ruff => "0.4.4".to_string(),
PythonPackage::Ruff => "0.4.5".to_string(),
PythonPackage::Tomli => "2.0.1".to_string(),
}
}
Expand All @@ -161,7 +161,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
match hook {
PreCommitHook::MyPy => "v1.10.0".to_string(),
PreCommitHook::PreCommit => "v4.6.0".to_string(),
PreCommitHook::Ruff => "v0.4.4".to_string(),
PreCommitHook::Ruff => "v0.4.5".to_string(),
}
}

Expand Down

0 comments on commit 24e4f89

Please sign in to comment.