From 9f1b1e38c84f80335892e2277c985ed93b5a5ffe Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 6 Apr 2024 10:57:38 +0200 Subject: [PATCH] cosmetics --- Contributions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributions.md b/Contributions.md index 3a58403..ad8bdcf 100644 --- a/Contributions.md +++ b/Contributions.md @@ -34,7 +34,7 @@ isort --check --diff . ``` No error should be reported! -### Run "mypy" +#### Run "mypy" ``` python -c 'import importlib.util, subprocess, sys; importlib.util.find_spec("mypy") and sys.exit(subprocess.run(["mypy", "."]).returncode)'