We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf654ce commit 56a246aCopy full SHA for 56a246a
CONTRIBUTING.md
@@ -6,7 +6,7 @@ When contributing pull requests, it's a good idea to run basic checks locally:
6
7
```bash
8
# install development dependencies
9
-shtab (main)$ pip install pre-commit -e .[dev]
+shtab (main)$ pip install pre-commit -e ".[dev]"
10
shtab (main)$ pre-commit install # install pre-commit checks
11
shtab (main)$ pytest # run all tests
12
```
0 commit comments