Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 8559dc00b606551de5947d6bc5d74bb9feb9f184 https://github.com/galaxyproject/galaxy/commit/8559dc00b606551de5947d6bc5d74... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-25 (Mon, 25 Jul 2016) Changed paths: M .ci/flake8_blacklist.txt Log Message: ----------- Ignore .tox directory. Used to be ignored by default w/ flake8 apparently, but not anymore. Commit: 10745f252f6e0cf59a47f097620d5d05034b1c1a https://github.com/galaxyproject/galaxy/commit/10745f252f6e0cf59a47f097620d5... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-25 (Mon, 25 Jul 2016) Changed paths: M lib/galaxy/web/framework/helpers/__init__.py M test/base/driver_util.py Log Message: ----------- Apply @nsoranzo's fix for noqa changes (must end the line, comment comes before it) Commit: cf800dce03949e928333a13b675fba76e612226f https://github.com/galaxyproject/galaxy/commit/cf800dce03949e928333a13b675fb... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-25 (Mon, 25 Jul 2016) Changed paths: M .ci/flake8_blacklist.txt Log Message: ----------- Add eggs to blacklist as well, to ignore it in local testing for folks with it still around. (nsoranzo's suggestion) Commit: 9f2237905b81205d0d6fec918fc15ddbea1e34ce https://github.com/galaxyproject/galaxy/commit/9f2237905b81205d0d6fec918fc15... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-25 (Mon, 25 Jul 2016) Changed paths: M lib/galaxy/model/mapping.py M lib/galaxy/web/__init__.py M lib/galaxy/web/buildapp.py M lib/galaxy/webapps/galaxy/controllers/dataset.py M lib/galaxy/webapps/galaxy/controllers/forms.py M lib/galaxy/webapps/galaxy/controllers/library_common.py M test/base/driver_util.py Log Message: ----------- Remove two #noqas and specify __all__ for those modules. Specify many more #noqas to skip the precise relevant exception. Commit: 0deae302852102c66e6386e16607c1db99cdeb07 https://github.com/galaxyproject/galaxy/commit/0deae302852102c66e6386e16607c... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-25 (Mon, 25 Jul 2016) Changed paths: M lib/galaxy/webapps/galaxy/controllers/forms.py Log Message: ----------- Remove two unused imports in forms controller. Commit: 134f988549314a4a384144c2eedc3d8b4ff7e2f3 https://github.com/galaxyproject/galaxy/commit/134f988549314a4a384144c2eedc3... Author: Nicola Soranzo <nsoranzo@tiscali.it> Date: 2016-07-25 (Mon, 25 Jul 2016) Changed paths: M .ci/flake8_blacklist.txt M lib/galaxy/model/mapping.py M lib/galaxy/web/__init__.py M lib/galaxy/web/buildapp.py M lib/galaxy/web/framework/helpers/__init__.py M lib/galaxy/webapps/galaxy/controllers/dataset.py M lib/galaxy/webapps/galaxy/controllers/forms.py M lib/galaxy/webapps/galaxy/controllers/library_common.py M test/base/driver_util.py Log Message: ----------- Merge pull request #2650 from dannon/flake8_update_tox_default Ignore .tox directory. Used to be ignored by default w/ flake8 appar… Compare: https://github.com/galaxyproject/galaxy/compare/1e291e1ecdd1...134f98854931