We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993e80c commit e6506f4Copy full SHA for e6506f4
docs/developer.rst
@@ -25,7 +25,9 @@ Direction
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
32
33
Contribute
0 commit comments