Skip to content

Commit eeb9227

Browse files
authored
Merge pull request #898 from sanders41/mypy
Bump default mypy 1.18.1 -> 1.18.2
2 parents 8f08f6f + 23bd514 commit eeb9227

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

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

0 commit comments

Comments
 (0)