style: Run mypy last (#34687)
This commit is contained in:
parent
6879c35d1c
commit
807b87068a
@ -40,9 +40,9 @@ def grouper(iterable, n, fillvalue=None):
|
|||||||
#: bootstrapped or present in the environment.
|
#: bootstrapped or present in the environment.
|
||||||
tool_names = [
|
tool_names = [
|
||||||
"isort",
|
"isort",
|
||||||
"mypy",
|
|
||||||
"black",
|
"black",
|
||||||
"flake8",
|
"flake8",
|
||||||
|
"mypy",
|
||||||
]
|
]
|
||||||
|
|
||||||
#: tools we run in spack style
|
#: tools we run in spack style
|
||||||
|
Loading…
Reference in New Issue
Block a user