[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jun 17 05:55:13 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/f403f5be88e7/
Changeset:   f403f5be88e7
Branch:      yt
User:        ngoldbaum
Date:        2016-06-17 01:11:11+00:00
Summary:     exclude doc and benchmarks from flake8

This makes it possible to do `flake8` in the root of the yt repo and not see any
errors.
Affected #:  1 file

diff -r 88532ec0be1dac57a7c5bc2a7e6f4f22e39162a1 -r f403f5be88e7a4b860a2e81e70bf9295e316670b setup.cfg
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,6 @@
 #      unused import errors
 #      autogenerated __config__.py files
 #      vendored libraries
-exclude = */api.py,*/__init__.py,*/__config__.py,yt/visualization/_mpl_imports.py,yt/utilities/lodgeit.py,yt/utilities/lru_cache.py,yt/utilities/poster/*,yt/extern/*,yt/mods.py
+exclude = doc,benchmarks,*/api.py,*/__init__.py,*/__config__.py,yt/visualization/_mpl_imports.py,yt/utilities/lodgeit.py,yt/utilities/lru_cache.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,W292,W293,W391,W503
\ No newline at end of file


https://bitbucket.org/yt_analysis/yt/commits/92004fd9fd33/
Changeset:   92004fd9fd33
Branch:      yt
User:        xarthisius
Date:        2016-06-17 12:55:04+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2244)

exclude doc and benchmarks from flake8
Affected #:  1 file

diff -r 98fd1790d1e0ebdc3b262a8c150b0974d74d1fd6 -r 92004fd9fd3311c20db06616f206d0939a186abb setup.cfg
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,6 @@
 #      unused import errors
 #      autogenerated __config__.py files
 #      vendored libraries
-exclude = */api.py,*/__init__.py,*/__config__.py,yt/visualization/_mpl_imports.py,yt/utilities/lodgeit.py,yt/utilities/lru_cache.py,yt/utilities/poster/*,yt/extern/*,yt/mods.py
+exclude = doc,benchmarks,*/api.py,*/__init__.py,*/__config__.py,yt/visualization/_mpl_imports.py,yt/utilities/lodgeit.py,yt/utilities/lru_cache.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,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