Skip to content

Commit da7640d

Browse files
authored
Merge pull request #890 from sanders41/mypy
Bump default mypy 1.17.1 -> 1.18.1
2 parents 966524c + e5185a3 commit da7640d

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.19".to_string(),
172172
PythonPackage::Mkdocstrings => "0.30.0".to_string(),
173-
PythonPackage::MyPy => "1.17.1".to_string(),
173+
PythonPackage::MyPy => "1.18.1".to_string(),
174174
PythonPackage::PreCommit => "4.3.0".to_string(),
175175
PythonPackage::Pytest => "8.4.2".to_string(),
176176
PythonPackage::PytestAsyncio => "1.1.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.17.1".to_string(),
185+
PreCommitHook::MyPy => "v1.18.1".to_string(),
186186
PreCommitHook::PreCommit => "v6.0.0".to_string(),
187187
PreCommitHook::Ruff => "v0.13.0".to_string(),
188188
}

0 commit comments

Comments
 (0)