blender/release/scripts/modules
Campbell Barton a1656300ba script for automating pep8 checks.
On ubuntu/debian install these tools...

   sudo apt-get install pylint pyflakes python-setuptools python-pip
   sudo pip install pep8

then run from blenders source dir...
   python release/test/pep8.py

This searches for the comments "# <pep8 compliant>" and "# <pep8-80 compliant>", running the checking tools on these scripts only.

* some minor pep8 corrections too.
2009-12-13 13:59:16 +00:00
..
bpy script for automating pep8 checks. 2009-12-13 13:59:16 +00:00
console - string copy without .py wasnt terminating the string 2009-12-07 14:09:53 +00:00
rigify script for automating pep8 checks. 2009-12-13 13:59:16 +00:00
bpy_types.py * added an armature submenu where python defined armatures can go. 2009-12-11 14:16:59 +00:00
dynamic_menu.py pep8 edits and fix some warnings 2009-12-05 22:03:07 +00:00
graphviz_export.py * rename 'rna_path' --> 'data_path', rna and dna are for internal use and are not descriptive. 2009-12-10 22:23:09 +00:00
retopo.py pep8 edits and fix some warnings 2009-12-05 22:03:07 +00:00
rigify_utils.py script for automating pep8 checks. 2009-12-13 13:59:16 +00:00
rna_prop_ui.py script for automating pep8 checks. 2009-12-13 13:59:16 +00:00