We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8c799 commit ca7e43bCopy full SHA for ca7e43b
1 file changed
docs/developer.rst
@@ -27,7 +27,8 @@ Some high-level aims and directions to bear in mind for contributions:
27
28
* ``pycodestyle`` 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.
+ The `pep8-naming <https://github.com/flintwork/pep8-naming>`_ plugin exists
31
+ for this sort of functionality.
32
* If you want to provide extensibility / plugins,
33
please see `flake8 <https://gitlab.com/pycqa/flake8>`_ -
34
``pycodestyle`` doesn't want or need a plugin architecture.
0 commit comments