From 98a28573bcc021cf3de9f8cafa450828f9afa201 Mon Sep 17 00:00:00 2001 From: massiR2D2 <52237497+massiR2D2@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:38:23 +0100 Subject: [PATCH] Fix pylint link As mentioned in this discussion https://github.com/pylint-dev/pylint/issues/7384 the pylint dot org domain is no longer associated with the python linter. Change the name to the one linked in the GitHub Repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5770417..c6334dbd 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [flake8](https://pypi.org/project/flake8/) - A wrapper around `pycodestyle`, `pyflakes` and McCabe. * [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions) * [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript. - * [pylint](https://www.pylint.org/) - A fully customizable source code analyzer. + * [pylint](https://pylint.readthedocs.io/en/latest/) - A fully customizable source code analyzer. * [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - The strictest and most opinionated python linter ever. * Code Formatters * [black](https://github.com/python/black) - The uncompromising Python code formatter.