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

Type hints and changes to class inheritance #76

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Feb 4, 2024

  1. verion number updates

    bmos committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    7f0fd3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff7ba7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c14b88a View commit details
    Browse the repository at this point in the history
  4. add type hints

    bmos committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    71f1816 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f75431d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb1d394 View commit details
    Browse the repository at this point in the history
  7. define stacklevel

    bmos committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    3b2214b View commit details
    Browse the repository at this point in the history
  8. fix typo in error message

    bmos committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    fce33c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    710c6c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c60bf47 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d796bb View commit details
    Browse the repository at this point in the history
  12. don't use mutable default args

    bmos committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    1b9531d View commit details
    Browse the repository at this point in the history
  13. don't use except Exception

    bmos committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    58c6e12 View commit details
    Browse the repository at this point in the history
  14. move module docstring to init

    bmos committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    798298a View commit details
    Browse the repository at this point in the history
  15. include By in init

    bmos committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ecdd420 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    3253286 View commit details
    Browse the repository at this point in the history
  2. add python linting workflow

    bmos committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8bdfb9d View commit details
    Browse the repository at this point in the history
  3. add pytest workflow

    bmos committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e158e53 View commit details
    Browse the repository at this point in the history
  4. add license in tool.poetry

    bmos committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c336b5f View commit details
    Browse the repository at this point in the history
  5. only lint on one OS

    bmos committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d8c4a76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee52347 View commit details
    Browse the repository at this point in the history
  7. add dependency to pytest action

    bmos committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    43ca36c View commit details
    Browse the repository at this point in the history
  8. Update README.md

    bmos committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    68ded78 View commit details
    Browse the repository at this point in the history
  9. disable pytest emoji

    bmos committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    725a568 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b56be4b View commit details
    Browse the repository at this point in the history
  11. re-enable pytest workflow

    bmos committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6deb922 View commit details
    Browse the repository at this point in the history
  12. don't pytest action on ubuntu

    bmos committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    319a197 View commit details
    Browse the repository at this point in the history
  13. use union for 3.9

    bmos committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c3a0cca View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. update version number

    bmos committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c6e1ec7 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 1, 2024

  1. fix Missing return statement

    bmos committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9561710 View commit details
    Browse the repository at this point in the history
  2. improved typing

    bmos committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    58106a2 View commit details
    Browse the repository at this point in the history