Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore .tox directory. Used to be ignored by default w/ flake8 appar… #2650

Merged
merged 5 commits into from
Jul 25, 2016

Conversation

dannon
Copy link
Member

@dannon dannon commented Jul 25, 2016

…ently, but not anymore.

@@ -442,7 +442,7 @@ def setup_shed_tools_for_test(app, tmpdir, testing_migrated_tools, testing_insta
tool_configs.remove(relative_migrated_tool_panel_config)
for installed_tool_panel_config in INSTALLED_TOOL_PANEL_CONFIGS:
tool_configs.append(installed_tool_panel_config)
from galaxy import tools # noqa, delay import because this brings in so many modules for small tests
from galaxy import tools # delay import because this brings in so many modules for small tests # noqa
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add : E402 at the end?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, good to specify. Going to look up the rest of them too.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, was doing the same! My ack found:
lib/galaxy/model/mapping.py
lib/galaxy/webapps/galaxy/controllers/dataset.py
lib/galaxy/webapps/galaxy/controllers/forms.py
lib/galaxy/webapps/galaxy/controllers/library_common.py
scripts/db_shell.py

@galaxybot galaxybot added this to the 16.07 milestone Jul 25, 2016
'_future_expose_api_raw_anonymous',
'_future_expose_api_anonymous_and_sessionless',
'_future_expose_api_raw_anonymous_and_sessionless', 'form',
'FormBuilder', 'httpexceptions']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks a lot!

@nsoranzo nsoranzo merged commit 134f988 into galaxyproject:dev Jul 25, 2016
nsoranzo added a commit to nsoranzo/galaxy that referenced this pull request Aug 10, 2016
Do not pin when forward-merging to dev branch.
Also ignore .tox/ and eggs/ as in galaxyproject#2650 .
@galaxyproject galaxyproject deleted a comment from galaxybot Dec 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants