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

[pycodestyle] Do not trigger E225 and E275 when the next token is a ')' #10315

Merged
merged 5 commits into from Mar 11, 2024

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    f9ffa80 View commit details
    Browse the repository at this point in the history
  2. add fixture.

    hoel-bagard committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    918b311 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. move E225 ) skip case.

    hoel-bagard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    7e87918 View commit details
    Browse the repository at this point in the history
  2. E20 -> E2

    hoel-bagard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    04e7f68 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Add other bracket kinds

    charliermarsh committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    667e385 View commit details
    Browse the repository at this point in the history