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.14" . to_string ( ) ,
172172 PythonPackage :: Mkdocstrings => "0.29.1" . to_string ( ) ,
173- PythonPackage :: MyPy => "1.15 .0" . to_string ( ) ,
173+ PythonPackage :: MyPy => "1.16 .0" . to_string ( ) ,
174174 PythonPackage :: PreCommit => "4.2.0" . to_string ( ) ,
175175 PythonPackage :: Pytest => "8.3.5" . to_string ( ) ,
176176 PythonPackage :: PytestAsyncio => "1.0.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.15 .0" . to_string ( ) ,
185+ PreCommitHook :: MyPy => "v1.16 .0" . to_string ( ) ,
186186 PreCommitHook :: PreCommit => "v5.0.0" . to_string ( ) ,
187187 PreCommitHook :: Ruff => "v0.11.12" . to_string ( ) ,
188188 }
You can’t perform that action at this time.
0 commit comments