mirror of
https://github.com/vinta/awesome-python
synced 2024-11-13 23:37:11 +00:00
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.
This commit is contained in:
parent
c52dba9b29
commit
98a28573bc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue