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

Add hidden options to disable bytes promotion #13952

Merged
merged 5 commits into from Oct 27, 2022

Commits on Oct 27, 2022

  1. Add options to disable bytes promotion

    It might be useful to run mypy_primer without promotions in typeshed.
    This would give us more confidence in changes stemming from
    python/typeshed#9001
    hauntsaninja committed Oct 27, 2022
    Copy the full SHA
    2ff812f View commit details
    Browse the repository at this point in the history
  2. remove underscore

    hauntsaninja committed Oct 27, 2022
    Copy the full SHA
    8aab1af View commit details
    Browse the repository at this point in the history
  3. add test

    hauntsaninja committed Oct 27, 2022
    Copy the full SHA
    5147c09 View commit details
    Browse the repository at this point in the history
  4. expand test

    hauntsaninja committed Oct 27, 2022
    Copy the full SHA
    b784844 View commit details
    Browse the repository at this point in the history
  5. LINT

    hauntsaninja committed Oct 27, 2022
    Copy the full SHA
    714fc02 View commit details
    Browse the repository at this point in the history