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 Hinting Fixes - Part 1 #827

Merged
merged 12 commits into from
May 22, 2022
Merged

Type Hinting Fixes - Part 1 #827

merged 12 commits into from
May 22, 2022

Commits on Feb 12, 2022

  1. type hinting fixes with pylance: from 786 errors to 439

    - using Py3.6 `__init_subclass__` allows to remove the use of `abc` and `@register_architecture`
    hugsy committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    8c6190c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. from 439 -> 185 errors: using __init_subclass__ to create base clas…

    …s for commands
    hugsy committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    b8095a5 View commit details
    Browse the repository at this point in the history
  2. from 185 -> 178 errors: using __init_subclass__ to create base clas…

    …s for functions
    hugsy committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    32ae19f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Added pylintrc & editorconfig

    hugsy committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    1dc242e View commit details
    Browse the repository at this point in the history
  2. 178 -> 162

    hugsy committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    cfe4a1d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. more type fixes

    hugsy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    da7453a View commit details
    Browse the repository at this point in the history
  2. 162 -> 145

    hugsy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0c6a60d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e2df44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    455b5fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4707a5f View commit details
    Browse the repository at this point in the history
  6. oops

    hugsy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    203196a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

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