devnet-express-code-samples icon indicating copy to clipboard operation
devnet-express-code-samples copied to clipboard

Iss07

Open cmlccie opened this issue 8 years ago • 2 comments

Indentation and whitespace corrections to fix #7.

I used the following process to make these corrections:

  • Used flake8 to identify the files with indentation issues.
  • Used PyCharm’s convert tabs to spaces feature (file by file) to make these changes.
  • Used the Reindent package to make number of spaces per indent consistent (4 spaces).
    • Manually reviewed reindent’s changes (spot checked each of the files).
  • Used flake8 to identify various under and over-indented line continuations.
  • Used flake8 to verify there were no remaining reporting indentation issues.

Tools and Commands Used

pip install flake8 Reindent

reindent -r -v .

flake8 . --select E101,E111,E114,E116,E122,E127,E128,E131,W191
--statistics

cmlccie avatar May 18 '17 13:05 cmlccie

Hey @cmlccie do you want any help with this merge?

annegentle avatar Dec 13 '17 20:12 annegentle

I didn't have the rights to merge it. This PR is SO old, the work probably needs to be redone (as the code has likely changed).

cmlccie avatar Dec 14 '17 20:12 cmlccie