Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Iss07 #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Iss07 #21

wants to merge 3 commits into from

Commits on May 16, 2017

  1. Correct Indentation Errors - Convert Tabs to Spaces

    Convert Tabs to Spaces
    cmlccie committed May 16, 2017
    Configuration menu
    Copy the full SHA
    cd611b1 View commit details
    Browse the repository at this point in the history
  2. Use Reindent to provide consistent indentation and trailing whitespace

    pip install Reindent
    reindent -r -v .
    <review changes comparing to *.bak>
    cmlccie committed May 16, 2017
    Configuration menu
    Copy the full SHA
    949bdaf View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Correct under and over-indented continuation lines

    Manually correct under and over-indented continuation lines.
    
    Use the following package and command to identify and ‘verify’
    corrections:
    pip install flake8
    flake8 . --select E101,E111,E114,E116,E122,E127,E128,E131,W191
    --statistics
    cmlccie committed May 18, 2017
    Configuration menu
    Copy the full SHA
    ad99279 View commit details
    Browse the repository at this point in the history