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 or update type hints #82

Merged
merged 38 commits into from
Mar 30, 2022
Merged

Add or update type hints #82

merged 38 commits into from
Mar 30, 2022

Commits on Mar 27, 2022

  1. Add or update type hints

    lymanepp committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    352e1d5 View commit details
    Browse the repository at this point in the history
  2. Fix type hints

    lymanepp committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    166666e View commit details
    Browse the repository at this point in the history
  3. Fix lint warning

    lymanepp committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    94990c7 View commit details
    Browse the repository at this point in the history
  4. Fix type hints

    lymanepp committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    a217d2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fd8d22 View commit details
    Browse the repository at this point in the history
  6. Update pynws/raw_data.py

    Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>
    lymanepp and MatthewFlamm committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    0af605b View commit details
    Browse the repository at this point in the history
  7. Revert breaking changes

    lymanepp committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    21c2787 View commit details
    Browse the repository at this point in the history
  8. Fix build

    lymanepp committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    195ea56 View commit details
    Browse the repository at this point in the history
  9. More typing

    lymanepp committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    2d9a507 View commit details
    Browse the repository at this point in the history
  10. More typing

    lymanepp committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    22ca436 View commit details
    Browse the repository at this point in the history
  11. More typing and cleanup

    lymanepp committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    03f398b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    8cf6b01 View commit details
    Browse the repository at this point in the history
  2. Typing

    lymanepp committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    42dd6d8 View commit details
    Browse the repository at this point in the history
  3. Typing

    lymanepp committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    bc2e471 View commit details
    Browse the repository at this point in the history
  4. Using Mapping, MutableMapping and Sequence instead of Dict and List t…

    …o indicate expected read/write usage
    lymanepp committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    7f75d31 View commit details
    Browse the repository at this point in the history
  5. Using Mapping/MutableMapping and Sequence/MutableSequence instead of …

    …Dict and List to indicate expected read/write usage
    lymanepp committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    bfc48de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14b7f82 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    lymanepp committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    9f79740 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    865ed60 View commit details
    Browse the repository at this point in the history
  9. Fix-up merge from master

    lymanepp committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a1bd8cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90266df View commit details
    Browse the repository at this point in the history
  11. Fix annotation

    lymanepp committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    04da88c View commit details
    Browse the repository at this point in the history
  12. Add Final annotation

    lymanepp committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    f6fec80 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Add typing to Final

    lymanepp committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a5957ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698aff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0175a9 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    lymanepp committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    d17844e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c8fded View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary args

    lymanepp committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    db9ac93 View commit details
    Browse the repository at this point in the history
  7. Fix black

    lymanepp committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    d587e79 View commit details
    Browse the repository at this point in the history
  8. Fix lint

    lymanepp committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6f50fce View commit details
    Browse the repository at this point in the history
  9. Revert unnecessary changes

    lymanepp committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    0a0fb31 View commit details
    Browse the repository at this point in the history
  10. Cleanup

    lymanepp committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    2bde408 View commit details
    Browse the repository at this point in the history
  11. Cleanup

    lymanepp committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    805db55 View commit details
    Browse the repository at this point in the history
  12. Revert logic change

    lymanepp committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    4ce3f75 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    81f73fc View commit details
    Browse the repository at this point in the history
  2. Consistent naming

    lymanepp committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    0d0cfb6 View commit details
    Browse the repository at this point in the history
  3. Remove optional args

    lymanepp committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    25dc4bc View commit details
    Browse the repository at this point in the history