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

lint: Stop using requests annotations #1991

Merged
merged 1 commit into from
May 3, 2022

Commits on Apr 29, 2022

  1. lint: Stop using requests annotations

    requests project does not maintain annotations: typeshed project tries
    to do it for them, and releases the annotations as "types-requests".
    
    There's two main problems:
    * typeshed releases constantly: this means a lot of test dependency
      updates
    * typeshed releases are not tagged in git: updates are impossible to
      review
    
    The benefit we get from types-requests is minimal as there is very
    little requests-related code and it does not change often.
    
    Remove annotations to lower the test dependency update churn.
    
    Signed-off-by: Jussi Kukkonen <[email protected]>
    Jussi Kukkonen committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    eb23fff View commit details
    Browse the repository at this point in the history