unitary icon indicating copy to clipboard operation
unitary copied to clipboard

Add CI checks for mypy and pylint

Open dstrain115 opened this issue 3 years ago • 2 comments

  • 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.

dstrain115 avatar Jul 07 '22 22:07 dstrain115

FWIW pytype has a lot less problems than mypy on the quantum chess codebase.

manul-pointer avatar Jul 08 '22 08:07 manul-pointer

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.

dstrain115 avatar Jul 08 '22 12:07 dstrain115