From 86ada4cf973011815771550ab2ca24a6a8d27933 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 3 Jul 2022 12:04:32 +0200 Subject: [PATCH] Improve message --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1bf9291..756aefd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ commands = python -c 'import importlib.util, subprocess, sys; \ importlib.util.find_spec("mypy") \ and sys.exit(subprocess.run(["mypy", "."]).returncode) \ - or print("mypy is not installed")' + or print("Skipped: mypy is not installed")' pytest -r s --cov --cov-report=term --cov-report=xml . [tool:isort]