Edgewall Software

Changes between Version 2 and Version 3 of Ticket #12130, comment 93


Ignore:
Timestamp:
May 26, 2020, 12:44:18 AM (4 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12130, comment 93

    v2 v3  
    22
    33Instead, we could use pypi:autopep8. This is also a good opportunity to configure some PEP8 rules that can be checked (with pypi:pycodestyle or similar) and fixed with autopep8. Then, the tools can be used when creating patches to ensure proper formatting. It looks like we'll have to exclude some of the indentation rules (E12x) to maintain our (informal) coding practices. I'll post some examples later.
     4
     5=> #13304.