openedx-unsupported / openedx-census

Command-line web scraper to count Open edX courses
Apache License 2.0
5 stars 1 forks source link

Python Code Cleanup #4

Closed edx-requirements-bot closed 3 years ago

edx-requirements-bot commented 3 years ago

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_travis;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

nedbat commented 3 years ago

This is a small thing, but I would prefer that these jobs didn't change the indents in tox.ini to tabs.

nedbat commented 3 years ago

I left a comment here that seems ignored. And why change the version number to 1.0.0? That's has a semantic meaning that this PR doesn't include.

nedbat commented 3 years ago

I've fixed the two problems on my own.