Skip to content

Commit

Permalink
Added recommendation against ast usage in pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
doismellburning committed Nov 8, 2015
1 parent 993e80c commit e6506f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ Direction

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


* ``pep8`` 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.


Contribute
Expand Down

0 comments on commit e6506f4

Please sign in to comment.