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

Class Decorator API #84

Merged
merged 7 commits into from Jan 12, 2022
Merged

Class Decorator API #84

merged 7 commits into from Jan 12, 2022

Commits on Aug 15, 2021

  1. Add class decorator API

    jfhbrook committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    7c0eedb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1891cef View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Remove travis file

    jfhbrook committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    7997443 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

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

Commits on Jan 12, 2022

  1. Type Annotations (#97)

    * Set up virtualenv, pyright and isort
    
    * Run isort
    
    * Passing type annotations for base.py
    
    * action to run type checks
    
    * Alas!
    
    * Happy type checker for trio
    
    * MOST of the library is type-checking
    
    * working, non-cranky type annotations for uplift laul
    
    * Type check the tests, cause an explosion
    
    * Clean up requirements.txt
    
    * tests type-checking
    
    * py.typed file
    
    * tests and linting happy
    
    * Update build
    
    * obvious action bugfix
    
    * trailing comma
    
    * remove inconsequential and angry type annotation
    
    * Ignore type issues w asyncio import
    
    * messy typecast
    
    * anyway thats when I started blasting
    
    * carnage!
    
    * uplift bugfixes
    
    * update pytest
    
    * bye 3.6
    jfhbrook committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    049dbdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6abb95 View commit details
    Browse the repository at this point in the history
  3. type annotations for cls

    jfhbrook committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    007e914 View commit details
    Browse the repository at this point in the history