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

WIP: Add typing hint for src codes #99

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Commits on Aug 21, 2022

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

Commits on Sep 5, 2022

  1. Add mypy checker and edit lint cmd

    Add mypy library. Put mypy into lint
    check. Choose to ignore importing warning because the project works in
    virtual environment
    Yanqiao4396 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    15cf4be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4793404 View commit details
    Browse the repository at this point in the history
  3. Fix some typing mistakes

    Yanqiao4396 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    10e25ac View commit details
    Browse the repository at this point in the history
  4. Add typing for main.py

    Yanqiao4396 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    94994ee View commit details
    Browse the repository at this point in the history
  5. Add poetry.lock file

    Yanqiao4396 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    b434728 View commit details
    Browse the repository at this point in the history
  6. Add type ignore

    Mypy expects to find all the dependencies. However, we are building
    on virtual environment, so ignore Mypy
    "Library stubs not installed" message
    Yanqiao4396 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    1d22c23 View commit details
    Browse the repository at this point in the history
  7. Black check

    Yanqiao4396 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    a15f05e View commit details
    Browse the repository at this point in the history