Skip to content

Commit 98a2857

Browse files
authored
Fix pylint link
As mentioned in this discussion pylint-dev/pylint#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.
1 parent c52dba9 commit 98a2857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
249249
* [flake8](https://pypi.org/project/flake8/) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
250250
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
251251
* [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript.
252-
* [pylint](https://www.pylint.org/) - A fully customizable source code analyzer.
252+
* [pylint](https://pylint.readthedocs.io/en/latest/) - A fully customizable source code analyzer.
253253
* [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - The strictest and most opinionated python linter ever.
254254
* Code Formatters
255255
* [black](https://github.com/python/black) - The uncompromising Python code formatter.

0 commit comments

Comments
 (0)