Skip to content

Commit

Permalink
docs: remove dot from precommit install (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmtr committed Feb 15, 2021
1 parent ce38429 commit e2971d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ In Jina we use git's pre-commit hooks in order to make sure the code matches our
It's easy to configure it:

1. `pip install pre-commit`
1. `pre-commit install .`
1. `pre-commit install`

Now you will be automatically reminded to add docstrings to your code.

Expand Down

0 comments on commit e2971d2

Please sign in to comment.