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

No newline after function docstrings #8375

Merged
merged 1 commit into from
Oct 31, 2023

Commits on Oct 31, 2023

  1. No newline after function docstrings

    Fixup for #8216 to not apply to function docstrings.
    
    Main before #8216:
    
    | project        | similarity index  | total files       | changed files     |
    |----------------|------------------:|------------------:|------------------:|
    | cpython        |           0.75804 |              1799 |              1648 |
    | django         |           0.99984 |              2772 |                33 |
    | home-assistant |           0.99963 |             10596 |               148 |
    | poetry         |           0.99925 |               317 |                12 |
    | transformers   |           0.99967 |              2657 |               328 |
    | twine          |           1.00000 |                33 |                 0 |
    | typeshed       |           0.99980 |              3669 |                18 |
    | warehouse      |           0.99977 |               654 |                13 |
    | zulip          |           0.99970 |              1459 |                22 |
    
    main now:
    
    | project        | similarity index  | total files       | changed files     |
    |----------------|------------------:|------------------:|------------------:|
    | cpython        |           0.75804 |              1799 |              1648 |
    | django         |           0.99984 |              2772 |                48 |
    | home-assistant |           0.99963 |             10596 |               181 |
    | poetry         |           0.99925 |               317 |                12 |
    | transformers   |           0.99967 |              2657 |               339 |
    | twine          |           1.00000 |                33 |                 0 |
    | typeshed       |           0.99980 |              3669 |                18 |
    | warehouse      |           0.99977 |               654 |                13 |
    | zulip          |           0.99970 |              1459 |                23 |
    
    PR:
    
    | project        | similarity index  | total files       | changed files     |
    |----------------|------------------:|------------------:|------------------:|
    | cpython        |           0.75804 |              1799 |              1648 |
    | django         |           0.99984 |              2772 |                33 |
    | home-assistant |           0.99963 |             10596 |               148 |
    | poetry         |           0.99925 |               317 |                12 |
    | transformers   |           0.99967 |              2657 |               328 |
    | twine          |           1.00000 |                33 |                 0 |
    | typeshed       |           0.99980 |              3669 |                18 |
    | warehouse      |           0.99977 |               654 |                13 |
    | zulip          |           0.99970 |              1459 |                22 |
    konstin committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    79084b9 View commit details
    Browse the repository at this point in the history