Skip to content

Commit 9cfe77a

Browse files
committed
Bump default mypy version 1.15.0 -> 1.16.0
1 parent 16da047 commit 9cfe77a

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
@@ -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

183183
pub 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
}

0 commit comments

Comments
 (0)