Skip to content

Commit

Permalink
Merge pull request #635 from sanders41/mypy
Browse files Browse the repository at this point in the history
Bump default mypy version 1.13.0 -> 1.14.0
  • Loading branch information
sanders41 authored Dec 21, 2024
2 parents febe933 + 3129d3a commit 703d9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ pub fn default_version(package: &PythonPackage) -> String {
PythonPackage::Mkdocs => "1.6.1".to_string(),
PythonPackage::MkdocsMaterial => "9.5.44".to_string(),
PythonPackage::Mkdocstrings => "0.27.0".to_string(),
PythonPackage::MyPy => "1.13.0".to_string(),
PythonPackage::MyPy => "1.14.0".to_string(),
PythonPackage::PreCommit => "4.0.0".to_string(),
PythonPackage::Pytest => "8.3.4".to_string(),
PythonPackage::PytestAsyncio => "0.24.0".to_string(),
Expand All @@ -182,7 +182,7 @@ pub fn default_version(package: &PythonPackage) -> String {

pub fn default_pre_commit_rev(hook: &PreCommitHook) -> String {
match hook {
PreCommitHook::MyPy => "v1.13.0".to_string(),
PreCommitHook::MyPy => "v1.14.0".to_string(),
PreCommitHook::PreCommit => "v5.0.0".to_string(),
PreCommitHook::Ruff => "v0.8.4".to_string(),
}
Expand Down

0 comments on commit 703d9b4

Please sign in to comment.