Skip to content

Commit

Permalink
Bump default ruff version 0.9.1 -> 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Jan 16, 2025
1 parent 72d721b commit 23d4d5e
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 @@ -175,7 +175,7 @@ pub fn default_version(package: &PythonPackage) -> String {
PythonPackage::Pytest => "8.3.4".to_string(),
PythonPackage::PytestAsyncio => "0.25.2".to_string(),
PythonPackage::PytestCov => "6.0.0".to_string(),
PythonPackage::Ruff => "0.9.1".to_string(),
PythonPackage::Ruff => "0.9.2".to_string(),
PythonPackage::Tomli => "2.0.1".to_string(),
}
}
Expand All @@ -184,7 +184,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
match hook {
PreCommitHook::MyPy => "v1.14.1".to_string(),
PreCommitHook::PreCommit => "v5.0.0".to_string(),
PreCommitHook::Ruff => "v0.9.1".to_string(),
PreCommitHook::Ruff => "v0.9.2".to_string(),
}
}

Expand Down

0 comments on commit 23d4d5e

Please sign in to comment.