Skip to content

Commit

Permalink
Merge pull request #238 from sanders41/ruff
Browse files Browse the repository at this point in the history
Bump default ruff version 0.2.2 -> 0.3.0
  • Loading branch information
sanders41 authored Mar 1, 2024
2 parents 0c22ade + d5e43e2 commit a78a9c0
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 @@ -168,7 +168,7 @@ pub fn default_version(package: &PythonPackage, min_python_version: &str) -> Str
}
PythonPackage::Pytest => "8.0.2".to_string(),
PythonPackage::PytestCov => "4.1.0".to_string(),
PythonPackage::Ruff => "0.2.2".to_string(),
PythonPackage::Ruff => "0.3.0".to_string(),
PythonPackage::Tomli => "2.0.1".to_string(),
}
}
Expand All @@ -177,7 +177,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
match hook {
PreCommitHook::MyPy => "v1.8.0".to_string(),
PreCommitHook::PreCommit => "v4.5.0".to_string(),
PreCommitHook::Ruff => "v0.2.2".to_string(),
PreCommitHook::Ruff => "v0.3.0".to_string(),
}
}

Expand Down

0 comments on commit a78a9c0

Please sign in to comment.