Skip to content

Commit 7e0d11f

Browse files
authored
Merge pull request #310 from sanders41/mypy
Bump default mypy version 1.9.0 -> 1.10.0
2 parents fd3ff38 + e605944 commit 7e0d11f

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
@@ -149,7 +149,7 @@ impl LatestVersion for RustPackageVersion {
149149
pub fn default_version(package: &PythonPackage) -> String {
150150
match package {
151151
PythonPackage::Maturin => "1.5.1".to_string(),
152-
PythonPackage::MyPy => "1.9.0".to_string(),
152+
PythonPackage::MyPy => "1.10.0".to_string(),
153153
PythonPackage::Pytest => "8.1.1".to_string(),
154154
PythonPackage::PytestCov => "5.0.0".to_string(),
155155
PythonPackage::Ruff => "0.4.1".to_string(),
@@ -159,7 +159,7 @@ pub fn default_version(package: &PythonPackage) -> String {
159159

160160
pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
161161
match hook {
162-
PreCommitHook::MyPy => "v1.9.0".to_string(),
162+
PreCommitHook::MyPy => "v1.10.0".to_string(),
163163
PreCommitHook::PreCommit => "v4.6.0".to_string(),
164164
PreCommitHook::Ruff => "v0.4.1".to_string(),
165165
}

0 commit comments

Comments
 (0)