Merge branch 'docs/add_pre-commit_uninstall' into 'master'

Add line to documentation how to uninstall pre-commit.

See merge request espressif/esp-idf!13205
This commit is contained in:
Angus Gratton 2021-04-23 08:09:36 +00:00
commit c3101fff88

View File

@ -22,6 +22,11 @@ Install pre-commit hook
3. pre-commit hook will run automatically when you're running ``git commit`` command
Uninstall pre-commit
--------------------
Run ``pre-commit uninstall``
What's More?
------------