Skip to content

Commit

Permalink
docs: fix contribute docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jul 28, 2023
1 parent 9e67829 commit 22368eb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ an issue that interests you.

Include the following in your patch:

- Use `Black`_ to format your code. This and other tools will run
automatically if you install `pre-commit`_ using the instructions
below.
- Use ``flake8`` and ``mypy`` to lint your code before pushing.
- Include tests if your patch adds or changes code. Make sure the test
fails without your patch.
- Update any relevant docs pages and docstrings. Docs pages and
Expand All @@ -66,8 +64,6 @@ Include the following in your patch:
entries. Also include ``.. versionchanged::`` inline changelogs in
relevant docstrings.

.. _Black: https://black.readthedocs.io
.. _pre-commit: https://pre-commit.com

Running the tests
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 22368eb

Please sign in to comment.