* MyPy related cleanup * Simple mypy conf * Run mypy on travis * Install mypy before using it * Remove unused functions * Added some type annotations to geom * Started adding annotations + minor cleanups * Apply black * find/replace typo fix * mypy.ini cleanup * Install OCP-stubs before running mypy in travis * Try without ignoring missing imports * Install ocp before running mypy * More explicit ignoring import policy * install mypy via conda * Mypy debugging * Cleanup of travis.yml * Added annotations to BoundBox * Added coveragerc * Add member types in Plane * Correct .coveragerc * Blackify geom
8 lines
80 B
INI
8 lines
80 B
INI
[run]
|
|
branch = True
|
|
|
|
[report]
|
|
exclude_lines =
|
|
# Ignore stub body
|
|
\.\.\.
|