summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Glass <git@doismellburning.co.uk>2015-11-08 17:16:11 +0000
committerKristian Glass <git@doismellburning.co.uk>2015-11-08 17:16:11 +0000
commitb07759504a4bf393aa0e3fdd1f6a7300aaefbd1b (patch)
treed5bec346c112e9b3f674cdd777c3f24d52d7146f
parente6506f4247fe162a0593f713d559200fbdf5bba5 (diff)
downloadpep8-b07759504a4bf393aa0e3fdd1f6a7300aaefbd1b.tar.gz
flake8 for plugins etc., not pep8
See https://github.com/PyCQA/pep8/pull/445#issuecomment-146995058
-rw-r--r--docs/developer.rst3
1 files changed, 3 insertions, 0 deletions
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 <https://github.com/flintwork/pep8-naming>`_ plugin exists for this sort of functionality.
+* If you want to provide extensibility / plugins,
+ please see `flake8 <https://gitlab.com/pycqa/flake8>`_ -
+ ``pep8`` doesn't want or need a plugin architecture.
Contribute