Skip to content

Commit e6506f4

Browse files
Added recommendation against ast usage in pep8
Based on #431 (comment)
1 parent 993e80c commit e6506f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/developer.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Direction
2525

2626
Some high-level aims and directions to bear in mind for contributions:
2727

28-
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.
2931

3032

3133
Contribute

0 commit comments

Comments
 (0)