File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Contributing to ``pep8 ``
2+ ========================
3+
4+ Please see the `developer notes <https://pep8.readthedocs.org/en/latest/developer.html >`_
Original file line number Diff line number Diff line change @@ -20,6 +20,21 @@ conditions of the :ref:`Expat license <license>`. Fork away!
2020.. _available on GitHub : https://github.com/pycqa/pep8
2121
2222
23+ Direction
24+ ~~~~~~~~~
25+
26+ Some high-level aims and directions to bear in mind for contributions:
27+
28+ * ``pep8 `` is intended to be as fast as possible.
29+ Using the ``ast `` module defeats that purpose.
30+ The `pep8-naming <https://github.com/flintwork/pep8-naming >`_ plugin exists for this sort of functionality.
31+ * If you want to provide extensibility / plugins,
32+ please see `flake8 <https://gitlab.com/pycqa/flake8 >`_ -
33+ ``pep8 `` doesn't want or need a plugin architecture.
34+ * Python 2.6 support is still deemed important.
35+ * ``pep8 `` aims to have no external dependencies.
36+
37+
2338Contribute
2439~~~~~~~~~~
2540
You can’t perform that action at this time.
0 commit comments