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

Remove NBSP at the beggining of comments #2092

Merged
merged 3 commits into from Apr 11, 2021

Commits on Apr 11, 2021

  1. Copy the full SHA
    8b85867 View commit details
    Browse the repository at this point in the history
  2. Leave non breaking space in comment with 'type: ignore' inside

    The switch to unvalid 'type: ignore' to valid 'type: ignore' is a
    lot more complicated to do.
    
    See:psf#2092
    Pierre-Sassoulas committed Apr 11, 2021
    Copy the full SHA
    b3a0da7 View commit details
    Browse the repository at this point in the history
  3. Handle the case with type hint in the pre-3.6 style

    Also handle notmal comment not starting with 'type:' better.
    Pierre-Sassoulas committed Apr 11, 2021
    Copy the full SHA
    08fe7f1 View commit details
    Browse the repository at this point in the history