From 5592cc84f764315f586ffc180fee9727d6d7b4ae Mon Sep 17 00:00:00 2001 From: "Jurriaan H. Spaaks" Date: Wed, 21 Apr 2021 08:56:16 +0200 Subject: [PATCH] Update README.dev.rst --- {{cookiecutter.project_name}}/README.dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/README.dev.rst b/{{cookiecutter.project_name}}/README.dev.rst index 20deede4..adb93fec 100644 --- a/{{cookiecutter.project_name}}/README.dev.rst +++ b/{{cookiecutter.project_name}}/README.dev.rst @@ -42,7 +42,7 @@ Running the tests requires an activated virtual environment with the development Running linters locally ----------------------- -For linting we will use [prospector](https://pypi.org/project/prospector/) and to sort imports we will use [isort](https://pycqa.github.io/isort/). +For linting we will use `prospector `_ and to sort imports we will use `isort `_. Running the linters requires an activated virtual environment with the development tools installed. .. code:: shell