We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7702858 commit 0100cabCopy full SHA for 0100cab
1 file changed
docs/support-contribution/contribution_guidelines.md
@@ -33,7 +33,7 @@ To activate the local mechanisms (created using pre-commit hooks), run the
33
following commands:
34
35
``` console
36
-pip install -r requirements-dev.txt
+pip install ".[dev]"
37
pre-commit install --hook-type commit-msg --hook-type pre-commit
38
```
39
0 commit comments