style: Run mypy last (#34687)

This commit is contained in:
Jonathon Anderson 2023-01-10 06:37:41 -06:00 committed by GitHub
parent 6879c35d1c
commit 807b87068a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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