| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| operations | ||
| __init__.py | ||
| dependencies.py | ||
| exceptions.py | ||
| provider.py | ||
| solver.py |
* 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
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| operations | Loading commit data... | |
| __init__.py | Loading commit data... | |
| dependencies.py | Loading commit data... | |
| exceptions.py | Loading commit data... | |
| provider.py | Loading commit data... | |
| solver.py | Loading commit data... |