Skip to content

Commit

Permalink
docs: fix rst link typo in CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Kęstutis Miknevičius authored and JohnVillalovos committed Dec 3, 2023
1 parent ebf9d82 commit 2b6da6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Expand Up @@ -42,7 +42,7 @@ This creates a clearer project history, and automates our `Releases`_ and change
Coding Style
------------

We use `black<https://github.com/python/black>`_ and `isort <https://pycqa.github.io/isort/>`_
We use `black <https://github.com/python/black/>`_ and `isort <https://pycqa.github.io/isort/>`_
to format our code, so you'll need to make sure you use it when committing.

Pre-commit hooks will validate and format your code, so you can then stage any changes done if the commit failed.
Expand Down

0 comments on commit 2b6da6e

Please sign in to comment.