From 2161175a93782bbea08714f863bce454a801a526 Mon Sep 17 00:00:00 2001 From: Stefan Garlonta Date: Tue, 19 Sep 2023 15:57:47 +0200 Subject: [PATCH] Update pylint link in CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 835b881..2cd3488 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,7 +127,8 @@ Please make sure that all tests pass and the coverage of your code is 100% befor #### Linting -We use [pylint](https://www.pylint.org/) to lint our code. You can run pylint by executing the following command in the +We use [pylint](https://pylint.readthedocs.io/en/latest/) to lint our code. You can run pylint by executing the +following command in the root directory of the project after staging your changes: ```bash