[yt-svn] commit/yt: bwkeller: Merged in ngoldbaum/yt (pull request #1873)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Nov 23 11:25:46 PST 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/b016426aff23/
Changeset:   b016426aff23
Branch:      yt
User:        bwkeller
Date:        2015-11-23 19:25:39+00:00
Summary:     Merged in ngoldbaum/yt (pull request #1873)

Add W292 (no newline at end of file) to ignored flake8 rules.
Affected #:  1 file

diff -r be7b47f6a4b161c542416c7d2d5e5a303faa2639 -r b016426aff23ebe57f71c4ba7385eeb6ab4aade3 setup.cfg
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,4 +16,4 @@
 #      vendored libraries
 exclude = */api.py,*/__init__.py,*/__config__.py,yt/visualization/_mpl_imports.py,yt/utilities/lodgeit.py,yt/utilities/poster/*,yt/extern/*,yt/mods.py
 max-line-length=999
-ignore = E111,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E201,E202,E211,E221,E222,E227,E228,E241,E301,E203,E225,E226,E231,E251,E261,E262,E265,E266,E302,E303,E402,E502,E701,E703,E731,W291,W293,W391,W503
\ No newline at end of file
+ignore = E111,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E201,E202,E211,E221,E222,E227,E228,E241,E301,E203,E225,E226,E231,E251,E261,E262,E265,E266,E302,E303,E402,E502,E701,E703,E731,W291,W292,W293,W391,W503
\ No newline at end of file

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list