File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ Design Principles
3939Pyflakes makes a simple promise: it will never complain about style,
4040and 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
4443largely because Pyflakes only examines the syntax tree of each file
4544individually. As a consequence, Pyflakes is more limited in the
4645types 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
You can’t perform that action at this time.
0 commit comments