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 type hints #1828

Draft
wants to merge 49 commits into
base: master
Choose a base branch
from
Draft

Add type hints #1828

wants to merge 49 commits into from

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    05c7fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b119e72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f208c8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdd406e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb777f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be295b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Configuration menu
    Copy the full SHA
    cbb8fa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89632a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d07d5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    094079f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    781b95b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9dbbbfc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef6e930 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. add: mypy to CI

    eggplants committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    ec193c9 View commit details
    Browse the repository at this point in the history
  2. add: mypy configuration

    eggplants committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    20280d5 View commit details
    Browse the repository at this point in the history
  3. add: stub libraries

    eggplants committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    daaed00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36bcf3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b75d923 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5f5a69 View commit details
    Browse the repository at this point in the history
  7. add: mypy to test deps

    eggplants committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    28b8da7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba7593d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    6c71fbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f514266 View commit details
    Browse the repository at this point in the history
  3. Ignore mypy error

    tweepy/client.py:11: error: Module "functools" has no attribute "cache" 
    [attr-defined]
            from functools import cache
            ^
    Found 1 error in 1 file (checked 22 source files)
    eggplants committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    fc503ef View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    02781d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5fe8f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6260246 View commit details
    Browse the repository at this point in the history
  4. Update .github/workflows/test.yml

    Co-authored-by: Harmon <Harmon758@gmail.com>
    eggplants and Harmon758 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    554a83b View commit details
    Browse the repository at this point in the history
  5. Update .github/workflows/test.yml

    Co-authored-by: Harmon <Harmon758@gmail.com>
    eggplants and Harmon758 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ceb5ef3 View commit details
    Browse the repository at this point in the history
  6. Update tweepy/auth.py

    Co-authored-by: Harmon <Harmon758@gmail.com>
    eggplants and Harmon758 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ed152b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    ca7f554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed58b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4892ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39a2535 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    853ba19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b91003 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba5cb5c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1840 from eggplants/add_bit_type_hint

    Set up mypy and fix mypy errors (non-strict)
    Harmon758 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    100770c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47cdc2a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d502d3 View commit details
    Browse the repository at this point in the history
  11. Add type hints for Client bookmarks methods

    Add type hints for Client.remove_bookmark, Client.get_bookmarks, and Client.bookmark
    Harmon758 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    647df26 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    c8fc376 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    063529b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6366d01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e0a38 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    5c11e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f4e4b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    0a6710f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    045a168 View commit details
    Browse the repository at this point in the history