-
Notifications
You must be signed in to change notification settings - Fork 864
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add type annotations for
io.vasp.outputs
(#3776)
* remove a lot of ignore tags * first go: quick look and comment/type tweaks * remove ALL type: ignore[reportPossiblyUnboundVariable] * a quick look * tweak module docstring * fix/supress PossiblyUnboundVariable * pre-commit fix * revert changes from other branch * [Need Discussion] set IVDW default to 0 * suppress None error for ElementTree searches * replace dict update with |= * fix typo in update -> |=, and mypy fixes * fix another typo in update -> |= * add DEBUG tag and mypy fixes * remove DEBUG tag * more mypy fixes * more mypy fixes * mypy fixes * finish mypy errors
- Loading branch information
1 parent
cd8846b
commit c70e5b8
Showing
7 changed files
with
1,095 additions
and
873 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
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
Oops, something went wrong.