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 @@ -175,7 +175,7 @@ pub fn default_version(package: &PythonPackage) -> String {
175
175
PythonPackage :: Pytest => "8.4.1" . to_string ( ) ,
176
176
PythonPackage :: PytestAsyncio => "1.0.0" . to_string ( ) ,
177
177
PythonPackage :: PytestCov => "6.2.1" . to_string ( ) ,
178
- PythonPackage :: Ruff => "0.12.8 " . to_string ( ) ,
178
+ PythonPackage :: Ruff => "0.12.9 " . to_string ( ) ,
179
179
PythonPackage :: Tomli => "2.0.1" . to_string ( ) ,
180
180
}
181
181
}
@@ -184,7 +184,7 @@ pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
184
184
match hook {
185
185
PreCommitHook :: MyPy => "v1.17.1" . to_string ( ) ,
186
186
PreCommitHook :: PreCommit => "v6.0.0" . to_string ( ) ,
187
- PreCommitHook :: Ruff => "v0.12.8 " . to_string ( ) ,
187
+ PreCommitHook :: Ruff => "v0.12.9 " . to_string ( ) ,
188
188
}
189
189
}
190
190
You can’t perform that action at this time.
0 commit comments