Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

use python 3.6 typing #33

Merged
merged 10 commits into from
Jan 12, 2020
Merged

use python 3.6 typing #33

merged 10 commits into from
Jan 12, 2020

Commits on Jan 10, 2020

  1. use python 3.6 typing

    all variables and functions are typed in order to help with refactoring
    fix mre#31
    orcutt989 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    9f056b2 View commit details
    Browse the repository at this point in the history
  2. remove list

    orcutt989 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    4833469 View commit details
    Browse the repository at this point in the history
  3. missing type base_dir fix

    orcutt989 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    59c85f4 View commit details
    Browse the repository at this point in the history
  4. add command typing

    orcutt989 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    4e667ab View commit details
    Browse the repository at this point in the history
  5. fix typing of dark_mode

    orcutt989 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    040a50f View commit details
    Browse the repository at this point in the history
  6. fix typing of notify

    orcutt989 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    2785fc7 View commit details
    Browse the repository at this point in the history
  7. add import for list typing

    orcutt989 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    db3330a View commit details
    Browse the repository at this point in the history
  8. reverted check var typing

    orcutt989 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    bb76c7c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Skip type hints for assignments

    Type hints are only allowed when a new variable is defined.
    mre committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    a32843f View commit details
    Browse the repository at this point in the history
  2. Avoid type hints on reassignments

    Type hints are only allowed when a new variable is defined.
    mre committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    83acf07 View commit details
    Browse the repository at this point in the history