summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2021-05-28 18:28:29 +0100
committerGitHub <noreply@github.com>2021-05-28 10:28:29 -0700
commit4cf21896576b734fd901b0dbf6efb0a15162b4af (patch)
treed0eb547f6dd947117ff4dde74d3db025404424d4
parent2e2dfb186569faed40fc93fad2ebf8c5e4b80301 (diff)
downloadpyflakes-4cf21896576b734fd901b0dbf6efb0a15162b4af.tar.gz
Remove pychecker from README (#639)
Its last release was nearly 10 years ago: https://sourceforge.net/projects/pychecker/files/ , so it seems pretty dead.
-rw-r--r--README.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index c456d25..47ea7ed 100644
--- a/README.rst
+++ b/README.rst
@@ -39,8 +39,7 @@ Design Principles
Pyflakes makes a simple promise: it will never complain about style,
and it will try very, very hard to never emit false positives.
-Pyflakes is also faster than Pylint_
-or Pychecker_. This is
+Pyflakes is also faster than Pylint_. This is
largely because Pyflakes only examines the syntax tree of each file
individually. As a consequence, Pyflakes is more limited in the
types of things it can check.
@@ -79,7 +78,6 @@ All changes should include tests and pass flake8_.
.. _Pylint: https://www.pylint.org/
.. _flake8: https://pypi.org/project/flake8/
.. _`PEP 8`: https://www.python.org/dev/peps/pep-0008/
-.. _Pychecker: http://pychecker.sourceforge.net/
.. _`rebase your changes`: https://git-scm.com/book/en/v2/Git-Branching-Rebasing
.. _`GitHub pull request`: https://github.com/PyCQA/pyflakes/pulls