From b07759504a4bf393aa0e3fdd1f6a7300aaefbd1b Mon Sep 17 00:00:00 2001 From: Kristian Glass Date: Sun, 8 Nov 2015 17:16:11 +0000 Subject: flake8 for plugins etc., not pep8 See https://github.com/PyCQA/pep8/pull/445#issuecomment-146995058 --- docs/developer.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/developer.rst b/docs/developer.rst index 4237a2b..3fcdc38 100644 --- a/docs/developer.rst +++ b/docs/developer.rst @@ -28,6 +28,9 @@ 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. +* If you want to provide extensibility / plugins, + please see `flake8 `_ - + ``pep8`` doesn't want or need a plugin architecture. Contribute -- cgit v1.2.1