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 d0d27f6 commit f2bf0f2Copy full SHA for f2bf0f2
CONTRIBUTING.md
@@ -1151,7 +1151,7 @@ formatting and semantic checking of code. We provide a pre-commit git hook for
1151
performing these checks, before a commit is created:
1152
1153
```bash
1154
- ln -s tools/git-pre-commit .git/hooks/pre-commit
+ ln -s ../../tools/git-pre-commit .git/hooks/pre-commit
1155
```
1156
1157
You'll need to install an appropriately configured flake8; see
0 commit comments