Created
November 29, 2015 05:17
Revisions
-
Ashley Baldwin-Hunter created this gist
Nov 29, 2015 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ Options: 1) In your `.codeclimate.yml` file: ```YAML engines: # ... CONFIG CONTENT ... pep8: enabled: true # ... CONFIG CONTENT ... checks: E402: enabled: false ``` 2) add a [pep8 config file](http://pep8.readthedocs.org/en/latest/intro.html#configuration)