Skip to content

Commit 4946618

Browse files
authored
Merge pull request #304 from sanders41/ruff
Bump default ruff version 0.4.0 -> 0.4.1
2 parents 5a5a394 + baf770e commit 4946618

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
@@ -152,7 +152,7 @@ pub fn default_version(package: &PythonPackage) -> String {
152152
PythonPackage::MyPy => "1.9.0".to_string(),
153153
PythonPackage::Pytest => "8.1.1".to_string(),
154154
PythonPackage::PytestCov => "5.0.0".to_string(),
155-
PythonPackage::Ruff => "0.4.0".to_string(),
155+
PythonPackage::Ruff => "0.4.1".to_string(),
156156
PythonPackage::Tomli => "2.0.1".to_string(),
157157
}
158158
}
@@ -161,7 +161,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
161161
match hook {
162162
PreCommitHook::MyPy => "v1.9.0".to_string(),
163163
PreCommitHook::PreCommit => "v4.6.0".to_string(),
164-
PreCommitHook::Ruff => "v0.4.0".to_string(),
164+
PreCommitHook::Ruff => "v0.4.1".to_string(),
165165
}
166166
}
167167

0 commit comments

Comments
 (0)