Skip to content

Commit 56a246a

Browse files
committed
fix zsh
- reported in #202
1 parent bf654ce commit 56a246a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When contributing pull requests, it's a good idea to run basic checks locally:
66

77
```bash
88
# install development dependencies
9-
shtab (main)$ pip install pre-commit -e .[dev]
9+
shtab (main)$ pip install pre-commit -e ".[dev]"
1010
shtab (main)$ pre-commit install # install pre-commit checks
1111
shtab (main)$ pytest # run all tests
1212
```

0 commit comments

Comments
 (0)