-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tests): gh workflow, import statements, pre-commit (#1)
* fix(tests): import statement in test_mesh Update issue form link in contributing guide to point to correct repo * build: remove schema linter was falsely copied over from other repo * build(test): fix test call, update Python version Update Python version to 3.11 and add style and type-checking steps. * test: fix test package name, coverage paths * test: remove path object as context manager using paths as context manager gives no benefit of releasing resources, * chore: remove unused pydantic-mypy config * test(coverage): fix coverage data collection disable -n option to set number of workers. It fails coverage * chore(precommit): remove pydantic dep from mypy hook fix copypasta error that left pydantic as a dependency for the mypy * ci(tests): fix linting and test envs add environments for linting & testing to avoid pre-commit hooks in ci * test: fix numpy array return type use numpy.typing.NDArray to type array and dtype correctly * ci: ignore missing imports or trimesh and scipy mypy was throwing errors about missing library stubs
- Loading branch information
1 parent
5d43641
commit 2815266
Showing
7 changed files
with
57 additions
and
58 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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