Skip to content

Commit

Permalink
Merge pull request #75 from PickwickSoft/documentation/contributing-f…
Browse files Browse the repository at this point in the history
…ix-pylint-link

Update pylint link in CONTRIBUTING.md
  • Loading branch information
garlontas authored Sep 19, 2023
2 parents 0dd9218 + 2161175 commit dd00c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd00c9e

Please sign in to comment.