Skip to content

Commit

Permalink
pep8speaks (#2462)
Browse files Browse the repository at this point in the history
* yml for pep8speaks

* Updated yml

* Intensionally added a badly styled scripts

* experimentally removed yml

* .yml file taken from pandas-dev/pandas/.pep8speaks.yml

* Undo inteded pep8 violation
  • Loading branch information
fujiisoup authored and shoyer committed Oct 7, 2018
1 parent 3d65f02 commit cf1e6c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# File : .pep8speaks.yml

scanner:
diff_only: True # If True, errors caused by only the patch are shown

pycodestyle:
max-line-length: 79
ignore: # Errors and warnings to ignore
- E402, # module level import not at top of file
- E731, # do not assign a lambda expression, use a def
- W503 # line break before binary operator
11 changes: 0 additions & 11 deletions .stickler.yml

This file was deleted.

0 comments on commit cf1e6c7

Please sign in to comment.