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

Update mypy to 0.930 #105

Merged
merged 5 commits into from
Dec 27, 2021
Merged

Update mypy to 0.930 #105

merged 5 commits into from
Dec 27, 2021

Commits on Dec 27, 2021

  1. setup: Update mypy to 0.930

    achimnol committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    dbc75af View commit details
    Browse the repository at this point in the history
  2. fix: Modernize common.etcd coding style and fix type errors

    * While pyright (VSCode) supports ParamSpec and Concatenate,
      mypy 0.930 does not support Concatenate yet.
      Temporarily comment related lines with "type: ignore".
    * Introduce a wrapper function to ensure immutable usage of
      ChainMap which is defined as mutable in typeshed, with minimal
      runtime overheads.
    achimnol committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    4b4b73b View commit details
    Browse the repository at this point in the history
  3. fix: Minor code reduction

    achimnol committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    33d656c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1cba87 View commit details
    Browse the repository at this point in the history
  5. docs: Add news fragment

    achimnol committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    66b5aeb View commit details
    Browse the repository at this point in the history