Skip to content

Commit 059c98c

Browse files
authored
Merge pull request #165 from sanders41/ruff
Bump default ruff version 0.1.7 -> 0.1.8
2 parents b3c23cf + 5f5254a commit 059c98c

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
@@ -168,7 +168,7 @@ pub fn default_version(package: &PythonPackage, min_python_version: &str) -> Str
168168
}
169169
PythonPackage::Pytest => "7.4.3".to_string(),
170170
PythonPackage::PytestCov => "4.1.0".to_string(),
171-
PythonPackage::Ruff => "0.1.7".to_string(),
171+
PythonPackage::Ruff => "0.1.8".to_string(),
172172
PythonPackage::Tomli => "2.0.1".to_string(),
173173
}
174174
}
@@ -177,7 +177,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
177177
match hook {
178178
PreCommitHook::MyPy => "v1.7.1".to_string(),
179179
PreCommitHook::PreCommit => "v4.5.0".to_string(),
180-
PreCommitHook::Ruff => "v0.1.7".to_string(),
180+
PreCommitHook::Ruff => "v0.1.8".to_string(),
181181
}
182182
}
183183

0 commit comments

Comments
 (0)