From c9ecb5193d487a103077cab19340af00257325cc Mon Sep 17 00:00:00 2001 From: carlosperate Date: Mon, 13 Apr 2020 18:59:15 +0100 Subject: [PATCH] Add prospector to Projects Discussing pyproject.toml. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8c2c77..d08538d 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ These entries link directly to the project discussion. - [Invoke](https://github.com/pyinvoke/invoke/issues/537) - Library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. - [Mypy](https://github.com/python/mypy/issues/5205) - An optional static type checker for Python (PEP 484). - [nose2](https://github.com/nose-devs/nose2/issues/452) - The successor to nose. Its purpose is to extend unittest to make testing nicer and easier to understand. +- [prospector](https://github.com/PyCQA/prospector/issues/376) - A tool to analyse Python code and output information about errors, potential problems, convention violations and complexity. - [pycodestyle](https://github.com/PyCQA/pycodestyle/issues/813) - A tool to check your Python code against some of the style conventions in PEP 8. - [pyenv](https://github.com/pyenv/pyenv/issues/1233) - Simple Python version management. - [pytest](https://github.com/pytest-dev/pytest/issues/1556) - A testing framework that makes it easy to write small tests, yet scales to support complex functional testing.