unitary
unitary copied to clipboard
Add CI checks for mypy and pylint
- Configuration copied from cirq.
- Adds CI tests for type checking (mypy) and linting (pylint)
- mypy is currently information, since we have a lot of typing errors I need to sift through first.
FWIW pytype has a lot less problems than mypy on the quantum chess codebase.
FWIW pytype has a lot less problems than mypy on the quantum chess codebase.
Cirq and other codebases we use all use mypy, so I would like to stay consistent.