Skip to content

Commit

Permalink
docs: Update developer_guide.rst
Browse files Browse the repository at this point in the history
Adding python black steps to contributing: style tests
  • Loading branch information
dyokelson authored Jul 27, 2023
1 parent e9e06df commit f862416
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/developer_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ compliance using:
$ flake8
Hatchet also uses python `Black <https://black.readthedocs.io/en/stable/>`_ for
code formatting. Format your files using:

.. code-block:: console
$ black -t <target_python_version> <src>
Contributing Workflow
---------------------

Expand Down

0 comments on commit f862416

Please sign in to comment.