-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(typehint): use redundant alias imports for mypy #167
Conversation
This commit also better aligns the repo with `pyvista/CONTRIBUTING.md`. Fixes Issue #163
Codecov Report
@@ Coverage Diff @@
## main #167 +/- ##
==========================================
- Coverage 97.22% 96.94% -0.29%
==========================================
Files 8 8
Lines 648 654 +6
Branches 90 90
==========================================
+ Hits 630 634 +4
- Partials 18 20 +2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution.
.gitignore
Outdated
======= | ||
# virtual environments | ||
.venv/ | ||
>>>>>>> Stashed changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflict seems not solved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will need some TLC ❤️
… back Editor-specific files should be ignored in global settings. Certain `ini` files are still used in the `Makefile`, so should be kept.
I need to do some cleanup (something went wrong when I forked the repo). I will close this and open a new PR. |
This commit also better aligns the repo with
pyvista/CONTRIBUTING.md
.Fixes Issue #163