Skip to content

Commit

Permalink
Git workflow update (IMAP-Science-Operations-Center#650)
Browse files Browse the repository at this point in the history
* Adding pre-commit info
  • Loading branch information
anamanica authored Jun 25, 2024
1 parent d012a9b commit 6ba7042
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ well.*
If this results in errors, check the correct form of pip is being employed using ``which pip`` or ``which pip3``.

Then, while in the top directory of the repository, run:

.. code-block:: bash
pre-commit install
*Note: This is optional, but helpful. This goes through pre-commit hooks locally for convenience which will also run when a pull request is made on GitHub.*

#. Create a feature branch off of the ``dev`` branch to develop changes on. Branch names should be short but
Expand Down

0 comments on commit 6ba7042

Please sign in to comment.