Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/source/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,12 @@ to run its checks with::

without needing to have done ``pre-commit install`` beforehand.

If you want to run checks on all recently commited files on upstream/master you can use::

pre-commit run --from-ref=upstream/master --to-ref=HEAD --all-files

without needing to have done ``pre-commit install`` beforehand.

.. note::

If you have conflicting installations of ``virtualenv``, then you may get an
Expand Down