diff options
-rw-r--r-- | docs/developer.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/developer.rst b/docs/developer.rst index 3fcdc38..8f1ddc1 100644 --- a/docs/developer.rst +++ b/docs/developer.rst @@ -31,6 +31,8 @@ Some high-level aims and directions to bear in mind for contributions: * If you want to provide extensibility / plugins, please see `flake8 <https://gitlab.com/pycqa/flake8>`_ - ``pep8`` doesn't want or need a plugin architecture. +* Python 2.6 support is still deemed important. +* ``pep8`` aims to have no external dependencies. Contribute |