1. 30 Jun, 2019 1 commit
    • Typing syntax fixes (#1156) · 269e91c6
      * Typing syntax fixes
      
      * Fix some function signatures that were messing with ellipsis
        for example, `fun(a, ...)` is not valid, but `fun(...)` is
      
      * Dict value types - is that legal? (puzzle/provider.py)
      
      * Ignore assigning instance to classes
        (singletons like Infinity in version/utils.py)
      
      * Add basic mypy config
      
      This configuration has all common settings like:
      
      * strict Optional in functions that returns None
      
      * ignore missing imports - this is usual thing
      
      * Check code that has no typing annotation but uses typed classes/functions
      Igor Ovsyannikov committed
  2. 26 Jun, 2019 1 commit
  3. 24 Jun, 2019 2 commits
  4. 23 Jun, 2019 2 commits
  5. 11 Jun, 2019 6 commits
  6. 31 May, 2019 1 commit
  7. 29 May, 2019 2 commits
  8. 26 May, 2019 2 commits
  9. 24 May, 2019 1 commit
  10. 22 May, 2019 1 commit
  11. 18 May, 2019 3 commits
  12. 17 May, 2019 6 commits
  13. 16 May, 2019 6 commits
  14. 05 May, 2019 2 commits
  15. 04 May, 2019 1 commit
  16. 03 May, 2019 3 commits