Skip to content

Commit 4cf2189

Browse files
authored
Remove pychecker from README (#639)
Its last release was nearly 10 years ago: https://sourceforge.net/projects/pychecker/files/ , so it seems pretty dead.
1 parent 2e2dfb1 commit 4cf2189

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ Design Principles
3939
Pyflakes makes a simple promise: it will never complain about style,
4040
and it will try very, very hard to never emit false positives.
4141

42-
Pyflakes is also faster than Pylint_
43-
or Pychecker_. This is
42+
Pyflakes is also faster than Pylint_. This is
4443
largely because Pyflakes only examines the syntax tree of each file
4544
individually. As a consequence, Pyflakes is more limited in the
4645
types of things it can check.
@@ -79,7 +78,6 @@ All changes should include tests and pass flake8_.
7978
.. _Pylint: https://www.pylint.org/
8079
.. _flake8: https://pypi.org/project/flake8/
8180
.. _`PEP 8`: https://www.python.org/dev/peps/pep-0008/
82-
.. _Pychecker: http://pychecker.sourceforge.net/
8381
.. _`rebase your changes`: https://git-scm.com/book/en/v2/Git-Branching-Rebasing
8482
.. _`GitHub pull request`: https://github.com/PyCQA/pyflakes/pulls
8583

0 commit comments

Comments
 (0)