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 E3 rules on defs following a function/method with a dummy body #10704

Merged
merged 8 commits into from
Apr 15, 2024

Commits on Apr 1, 2024

  1. add no error tests

    hoel-bagard committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8161831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697c57d View commit details
    Browse the repository at this point in the history
  3. update fixture

    hoel-bagard committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    671ed1d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    09d0bdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6751ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7197500 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Do not allow a single blank line between overloads and function.

    Do not allow a single blank line between overloads and function.
    hoel-bagard committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ad7e466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75734d5 View commit details
    Browse the repository at this point in the history