summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/developer.rst4
1 files changed, 3 insertions, 1 deletions
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 <https://github.com/flintwork/pep8-naming>`_ plugin exists for this sort of functionality.
Contribute