From 60e702df93c60a32689f928b1465b5f69f115f7a Mon Sep 17 00:00:00 2001 From: Silverarmor <23619946+Silverarmor@users.noreply.github.com> Date: Mon, 27 Jun 2022 23:40:40 +1200 Subject: [PATCH] fix mypy instructions in contributing --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index f413ea8ff..81515d220 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -229,7 +229,7 @@ All changes will now affect the venv installation of the spotdl cli. To install type-stubs the first time around ```bash - mypy --install-types --non-interactive + mypy --ignore-missing-imports --follow-imports silent --install-types --non-interactive ./spotdl ``` ```bash