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 @@ -170,7 +170,7 @@ pub fn default_version(package: &PythonPackage) -> String {
170170 PythonPackage :: Mkdocs => "1.6.1" . to_string ( ) ,
171171 PythonPackage :: MkdocsMaterial => "9.6.20" . to_string ( ) ,
172172 PythonPackage :: Mkdocstrings => "0.30.0" . to_string ( ) ,
173- PythonPackage :: MyPy => "1.18.1 " . to_string ( ) ,
173+ PythonPackage :: MyPy => "1.18.2 " . to_string ( ) ,
174174 PythonPackage :: PreCommit => "4.3.0" . to_string ( ) ,
175175 PythonPackage :: Pytest => "8.4.2" . to_string ( ) ,
176176 PythonPackage :: PytestAsyncio => "1.2.0" . to_string ( ) ,
@@ -182,7 +182,7 @@ pub fn default_version(package: &PythonPackage) -> String {
182182
183183pub fn default_pre_commit_rev ( hook : & PreCommitHook ) -> String {
184184 match hook {
185- PreCommitHook :: MyPy => "v1.18.1 " . to_string ( ) ,
185+ PreCommitHook :: MyPy => "v1.18.2 " . to_string ( ) ,
186186 PreCommitHook :: PreCommit => "v6.0.0" . to_string ( ) ,
187187 PreCommitHook :: Ruff => "v0.13.1" . to_string ( ) ,
188188 }
You can’t perform that action at this time.
0 commit comments