We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db76815 commit 799f979Copy full SHA for 799f979
1 file changed
.github/maintainers_guide.md
@@ -84,6 +84,13 @@ This project uses [mypy](https://mypy.readthedocs.io/en/stable/index.html) to ch
84
./scripts/run_mypy.sh
85
```
86
87
+To clean your virtual environment (useful when testing scripts in isolation):
88
+
89
+./scripts/uninstall_all.sh
90
+```
91
92
+> **Note**: Several scripts support a `--no-install` flag to prevent redundant dependency installation when scripts call other scripts internally.
93
94
#### Develop Locally
95
96
If you want to test the package locally you can.
0 commit comments