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

testing: add a pair of E303 testcases #1215

Merged
merged 1 commit into from
Nov 21, 2023

Commits on Nov 21, 2023

  1. testing: add a pair of E303 testcases

    Add two test cases to verify that pycodestyle correctly flags 2 empty
    lines in non-toplevel contexts, even outside of functions: one for
    two empty lines between class methods and one for two empty lines in the
    indented body of an `if:` statement at toplevel.
    allisonkarlitskaya committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    75ad6a9 View commit details
    Browse the repository at this point in the history