Skip to content

Commit

Permalink
Fix Codacy complaint about MarkDown links
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Sep 19, 2023
1 parent 03f8953 commit 32229e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ If you want to test against the various Python versions locally before
pushing take a look at [pyenv][pyenv] or [rye][rye], which both allow you
to install different Python versions on your computer in parallel.

[pyenv]: https://github.com/pyenv/pyenv#installation
[rye]: https://github.com/mitsuhiko/rye

Developing locally
------------------

Expand Down Expand Up @@ -91,3 +88,6 @@ Or, for a specific branch:
```console
python3 -m pip install git+https://github.com/bittner/pyclean@feature-branch#egg=pyclean
```

[pyenv]: https://github.com/pyenv/pyenv#installation
[rye]: https://github.com/mitsuhiko/rye

0 comments on commit 32229e8

Please sign in to comment.