devnet-express-code-samples
devnet-express-code-samples copied to clipboard
Iss07
Indentation and whitespace corrections to fix #7.
I used the following process to make these corrections:
- Used
flake8to identify the files with indentation issues. - Used PyCharm’s convert tabs to spaces feature (file by file) to make these changes.
- Used the
Reindentpackage to make number of spaces per indent consistent (4 spaces).- Manually reviewed
reindent’s changes (spot checked each of the files).
- Manually reviewed
- Used
flake8to identify various under and over-indented line continuations. - Used
flake8to 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
Hey @cmlccie do you want any help with this merge?
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).