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

style: set line length to 99 #291

Merged
merged 2 commits into from
Sep 13, 2024
Merged

style: set line length to 99 #291

merged 2 commits into from
Sep 13, 2024

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    aa540ba View commit details
    Browse the repository at this point in the history
  2. style: set line length to 99

    The maximum line length recommended in PEP-8 is 99.
    
    > Some teams strongly prefer a longer line length. For code maintained exclusively or primarily by a team that can reach agreement on this issue, it is okay to increase the line length limit up to 99 characters, provided that comments and docstrings are still wrapped at 72 characters.
    tdstein committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    eb477e0 View commit details
    Browse the repository at this point in the history