File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ Design Principles
39
39
Pyflakes makes a simple promise: it will never complain about style,
40
40
and it will try very, very hard to never emit false positives.
41
41
42
- Pyflakes is also faster than Pylint _
43
- or Pychecker _. This is
42
+ Pyflakes is also faster than Pylint _. This is
44
43
largely because Pyflakes only examines the syntax tree of each file
45
44
individually. As a consequence, Pyflakes is more limited in the
46
45
types of things it can check.
@@ -79,7 +78,6 @@ All changes should include tests and pass flake8_.
79
78
.. _Pylint : https://www.pylint.org/
80
79
.. _flake8 : https://pypi.org/project/flake8/
81
80
.. _`PEP 8` : https://www.python.org/dev/peps/pep-0008/
82
- .. _Pychecker : http://pychecker.sourceforge.net/
83
81
.. _`rebase your changes` : https://git-scm.com/book/en/v2/Git-Branching-Rebasing
84
82
.. _`GitHub pull request` : https://github.com/PyCQA/pyflakes/pulls
85
83
You can’t perform that action at this time.
0 commit comments