-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pre-commit hook instructions to contribution documentation guide #327
Conversation
```dvc | ||
$ cd dvc.org | ||
$ virtualenv --python python3 .env | ||
$ source .env/bin/activate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: 4 spaces inside the code blocks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor style change
4619e09
to
700e948
Compare
@shcheklein Currently, I have removed manual indentation in code blocks since pull request has been merged. I had to do it manually because prettier was unable to format it. I have opened an issue for it in their repository. |
Let's wait on your investigation of the second PR before we do this merge. It might change a little bit. |
@shcheklein yeah let's wait for prettier to respond on this issue. 😅 |
@algomaster99 please review it again after I merged your prettier PR, resolve the conflict and let's merge it again. |
74a87a0
to
449bfcc
Compare
@shcheklein Please see this. I think it is ready for merge. If there are more changes, let me know. |
thanks @algomaster99 🎉 |
Add instructions to setup pre-commit hook as added in this pull request.