File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ pub fn default_version(package: &PythonPackage) -> String {
196196 PythonPackage :: Pytest => "8.3.3" . to_string ( ) ,
197197 PythonPackage :: PytestAsyncio => "0.24.0" . to_string ( ) ,
198198 PythonPackage :: PytestCov => "6.0.0" . to_string ( ) ,
199- PythonPackage :: Ruff => "0.7.3 " . to_string ( ) ,
199+ PythonPackage :: Ruff => "0.7.4 " . to_string ( ) ,
200200 PythonPackage :: Tomli => "2.0.1" . to_string ( ) ,
201201 }
202202}
@@ -205,7 +205,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
205205 match hook {
206206 PreCommitHook :: MyPy => "v1.13.0" . to_string ( ) ,
207207 PreCommitHook :: PreCommit => "v5.0.0" . to_string ( ) ,
208- PreCommitHook :: Ruff => "v0.7.3 " . to_string ( ) ,
208+ PreCommitHook :: Ruff => "v0.7.4 " . to_string ( ) ,
209209 }
210210}
211211
You can’t perform that action at this time.
0 commit comments