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: style: Run mypy last (#34687) --- lib/spack/spack/cmd/style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/cmd/style.py b/lib/spack/spack/cmd/style.py index 922e81ef8b..42440a1171 100644 --- a/lib/spack/spack/cmd/style.py +++ b/lib/spack/spack/cmd/style.py @@ -40,9 +40,9 @@ exclude_directories = [ #: bootstrapped or present in the environment. tool_names = [ "isort", - "mypy", "black", "flake8", + "mypy", ] #: tools we run in spack style -- cgit v1.2.3-60-g2f50