Skip to content

Commit

Permalink
Merge pull request #154 from decargroup/bugfix/153-update-git-hook-in…
Browse files Browse the repository at this point in the history
…structions-in-readme

Fix README typo
  • Loading branch information
sdahdah authored Oct 2, 2023
2 parents 77a7a0d + 7fe4c99 commit 86e5e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ you can use
.. code-block:: sh
$ cd .git/hooks/
$ ln -s ../../.githooks/pre-commit.sh .
$ chmod +x ./pre-commit.sh
$ ln -s ../../.githooks/pre-commit .
$ chmod +x ./pre-commit
You will need ``yapf`` installed for this.

Expand Down

0 comments on commit 86e5e24

Please sign in to comment.