spotify / pedalboard

🎛 🔊 A Python library for audio.
https://spotify.github.io/pedalboard
GNU General Public License v3.0
5.23k stars 262 forks source link

INSTALLATION: Tox whitelist should match the virt env in the docs #135

Closed rm-star closed 2 years ago

rm-star commented 2 years ago

Problem

The tox linter has a whilelist of directories which will not get scanned. The virtual environment that is whitelisted does not match the virtual env created in the INSTALLATION doc

Solution

Change the virtual environement creation instructions to match the directory in the tox configuration.

I chose to use .venv as the directory, assuming that as that was the one used in the tox.ini config then that is likely to be the one that developers are already using. vendors was also added as linting issues were found under lame, which pedalboard has no control over