-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
f9fe7b1
commit f38f9cb
Showing
6 changed files
with
157 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[run] | ||
branch = True | ||
|
||
[report] | ||
exclude_lines = | ||
# Ignore stub body | ||
\.\.\. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.