Skip to content

Commit

Permalink
fix mypy instructions in contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverarmor committed Jun 27, 2022
1 parent 1a20328 commit 60e702d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60e702d

Please sign in to comment.