From 545d19bedbbf2fce41b887c93ae3d078acd85257 Mon Sep 17 00:00:00 2001 From: tomvothecoder Date: Wed, 2 Oct 2024 11:29:17 -0700 Subject: [PATCH] Update mypy version in dev.yml --- conda-env/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-env/dev.yml b/conda-env/dev.yml index bcc1b9e4..eca2f9cf 100644 --- a/conda-env/dev.yml +++ b/conda-env/dev.yml @@ -38,7 +38,7 @@ dependencies: # NOTE: If the tools below are updated, also update their 'rev' in `.pre-commit.config.yaml` - pre-commit=3.2.0 - ruff=0.6.8 - - mypy=1.4.0 + - mypy=1.11.2 # Testing # ================== - pytest