From e6506f4247fe162a0593f713d559200fbdf5bba5 Mon Sep 17 00:00:00 2001 From: Kristian Glass Date: Sun, 8 Nov 2015 16:41:34 +0000 Subject: Added recommendation against ast usage in pep8 Based on https://github.com/PyCQA/pep8/pull/431#issuecomment-134706116 --- docs/developer.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/developer.rst b/docs/developer.rst index 7ea5b2d..4237a2b 100644 --- a/docs/developer.rst +++ b/docs/developer.rst @@ -25,7 +25,9 @@ Direction Some high-level aims and directions to bear in mind for contributions: - +* ``pep8`` is intended to be as fast as possible. + Using the ``ast`` module defeats that purpose. + The `pep8-naming `_ plugin exists for this sort of functionality. Contribute -- cgit v1.2.1