Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Enforce PEP8 on any changed hunks. #77

Merged
merged 1 commit into from
Apr 20, 2015
Merged

Enforce PEP8 on any changed hunks. #77

merged 1 commit into from
Apr 20, 2015

Commits on Apr 17, 2015

  1. Enforce PEP8 on any changed hunks.

    An enforcable stlye guide is a good thing - we have some developers who
    are less experienced with python so being able to say 'do it this way'
    is a good thing.
    
    I am open to disabling some more rules (for instance I have set line
    lengths to 160 up from the default 79) but not the enforcement of a
    style.
    
    This change means that we don't have to fix PEP8 style violations in one
    big go, and can still get useful automated style checking.
    ashb committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    76424f3 View commit details
    Browse the repository at this point in the history