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

Python Code Cleanup #135

Merged
merged 1 commit into from Jan 21, 2021
Merged

Python Code Cleanup #135

merged 1 commit into from Jan 21, 2021

Conversation

edx-requirements-bot
Copy link
Contributor

Python code cleanup by the cleanup-python-code Jenkins job.

This pull request was generated by the cleanup-python-code Jenkins job, which ran

modernize_github_actions;modernize_tox;make upgrade;find . -type f -name '*.py' | while read fname; do pyupgrade --exit-zero-even-if-changed --keep-percent-format --py3-plus --py36-plus --py38-plus "$fname"; done

The following packages were installed:
pyupgrade,git+https://github.com/edx/repo-tools.git@c05453b733602ba7a2224ffbbf58a8d0903b62d8

# Python 3 doesn't have this issue.
return
# Python 3 doesn't have this issue.
return
Copy link
Contributor

Choose a reason for hiding this comment

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

This entire file can be removed, right?

tox.ini Outdated
pylint --version
coverage run -p -m pytest {posargs:}
deps =
-r{toxinidir}/requirements/test.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

This is putting tabs into the file. It shouldn't.

Copy link
Contributor

Choose a reason for hiding this comment

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

I've made a pull request for repo-tools to fix this: openedx/repo-tools#157

@mraarif mraarif force-pushed the jenkins/cleanup-python-code-e9524eb branch 2 times, most recently from 0df9d9d to ac417e3 Compare January 21, 2021 08:36
@mraarif mraarif force-pushed the jenkins/cleanup-python-code-e9524eb branch from ac417e3 to 145a0e1 Compare January 21, 2021 09:21
@mraarif mraarif merged commit 3efd12b into master Jan 21, 2021
@mraarif mraarif deleted the jenkins/cleanup-python-code-e9524eb branch January 21, 2021 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants