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

Programming Style: PEP8 -> pycodestyle #483

Merged
merged 3 commits into from
Jun 8, 2021
Merged

Commits on Jun 22, 2020

  1. Programming Style: PEP8 -> pycodestyle

    I made two proposed changes to the section about programming style:
    
    1) The `pep8` application for checking your code is no longer maintained. The most recent version is now called `pycodestyle` to avoid confusion with the name of the standard itself. This PR fixes this.
    
    2) I thought the mention of the alternative Google style guidelines was sort of confusing (which I do not believe to be a strict superset of PEP8). So I tried to make the language a bit clearer that there are just multiple standards that one could choose to follow.
    tamachado authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    dd75729 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    122d1c9 View commit details
    Browse the repository at this point in the history
  2. refine text

    alee authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    534fbfe View commit details
    Browse the repository at this point in the history