Skip to content

Commit

Permalink
Merge pull request openedx#40 from edx/sarina/add-pep8
Browse files Browse the repository at this point in the history
Add .pep8 file from edx-platform
  • Loading branch information
sarina committed Jul 9, 2013
2 parents d1d8c2c + 4a86863 commit 0262c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pep8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pep8]
ignore=E501
3 changes: 1 addition & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ load-plugins=
disable=
# Never going to use these
# I0011: Locally disabling W0232
# C0301: Line too long
# W0141: Used builtin function 'map'
# W0142: Used * or ** magic
# R0921: Abstract class not referenced
# R0922: Abstract class is only referenced 1 times
I0011,C0301,W0141,W0142,R0921,R0922,
I0011,W0141,W0142,R0921,R0922,

# Django makes classes that trigger these
# W0232: Class has no __init__ method
Expand Down

0 comments on commit 0262c85

Please sign in to comment.