Merge pull request #2533 from massi1008/patch-1

Fix pylint link
This commit is contained in:
Vinta Chen 2024-02-22 22:40:36 +08:00 committed by GitHub
commit ed0262d55f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.