From 807b87068a701d431300e90d190dbcf23dea516f Mon Sep 17 00:00:00 2001 From: Jonathon Anderson <17242663+blue42u@users.noreply.github.com> Date: Tue, 10 Jan 2023 06:37:41 -0600 Subject: [PATCH] style: Run mypy last (#34687) --- lib/spack/spack/cmd/style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/cmd/style.py b/lib/spack/spack/cmd/style.py index 922e81ef8b0..42440a1171d 100644 --- a/lib/spack/spack/cmd/style.py +++ b/lib/spack/spack/cmd/style.py @@ -40,9 +40,9 @@ def grouper(iterable, n, fillvalue=None): #: bootstrapped or present in the environment. tool_names = [ "isort", - "mypy", "black", "flake8", + "mypy", ] #: tools we run in spack style