Skip to content

Commit

Permalink
doc: how to remove pre-commit hook (#46)
Browse files Browse the repository at this point in the history
Improves documentation

* doc: how to remove pre-commit hook
* Update docs/source/development.rst

Authored-by: yfprojects <[email protected]>
  • Loading branch information
cbm755 authored Feb 28, 2023
1 parent 3dea44e commit 5b13d44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ Use `pre-commit <https://pre-commit.com/>`__ to prettify and lint the code befor
pre-commit run
If this doesn't work, you can skip specific checks by prepending ``SKIP=<hook-id>`` like so: ``SKIP=poetry-lock git commit``. You can disable all hooks for a commit by using ``git commit -n`` or disable pre-commit entirely for the repository with ``pre-commit uninstall``.
We welcome your contributions even if your workflow differs from what we recommend here.


Publishing a Release
--------------------

Expand Down

0 comments on commit 5b13d44

Please sign in to comment.