Werner
2014-06-18 12:16:30 UTC
Hi,
Just the other day I came across autopep8 -
https://pypi.python.org/pypi/autopep8
I just tried it on some of the wx.lib.ogl modules.
wx.lib.ogl.basic.py had:
errors = 304
warnings = 269
after running autopep8:
errors = 18
warnings = 6
The remaining warnings where whitespace (W291) within documentation
strings and the errors where all line length warnings (E501 , with a
line length of 100 instead of the default79).
Would it, at some point in the future, make sense to use this on wx.lib
to get a more consistent coding style?
Werner
Just the other day I came across autopep8 -
https://pypi.python.org/pypi/autopep8
I just tried it on some of the wx.lib.ogl modules.
wx.lib.ogl.basic.py had:
errors = 304
warnings = 269
after running autopep8:
errors = 18
warnings = 6
The remaining warnings where whitespace (W291) within documentation
strings and the errors where all line length warnings (E501 , with a
line length of 100 instead of the default79).
Would it, at some point in the future, make sense to use this on wx.lib
to get a more consistent coding style?
Werner
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.