Skip to content

Commit c6451c2

Browse files
authored
Update pylint's homepage to https://pylint.pycqa.org (#1949)
1 parent d0f1487 commit c6451c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ Open `doc/_build/html/index.html` in your browser to view the pages. Follow the
318318
### Adding example code
319319

320320
Many of the PyGMT functions have example code in their documentation. To contribute an
321-
example, add an "Example" header and put the example code below it. Have all lines
321+
example, add an "Example" header and put the example code below it. Have all lines
322322
begin with `>>>`. To keep this example code from being run during testing, add the code
323-
`__doctest_skip__ = [function name]` to the top of the module.
323+
`__doctest_skip__ = [function name]` to the top of the module.
324324

325325
**Inline code example**
326326

@@ -500,7 +500,7 @@ convention is not applied by the code checking tools, but the PyGMT maintainers
500500
will comment on any pull requests as needed.
501501

502502
We also use [flake8](http://flake8.pycqa.org/en/latest/) and
503-
[pylint](https://www.pylint.org/) to check the quality of the code and quickly catch
503+
[pylint](https://pylint.pycqa.org/) to check the quality of the code and quickly catch
504504
common errors.
505505
The [`Makefile`](https://github.com/GenericMappingTools/pygmt/blob/main/Makefile)
506506
contains rules for running both checks:

0 commit comments

Comments
 (0)