summaryrefslogtreecommitdiff
path: root/docs/developer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/developer.rst')
-rw-r--r--docs/developer.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index 4779c78..c921ae7 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -27,7 +27,8 @@ Some high-level aims and directions to bear in mind for contributions:
* ``pycodestyle`` 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.
+ 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>`_ -
``pycodestyle`` doesn't want or need a plugin architecture.