-
Notifications
You must be signed in to change notification settings - Fork 874
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* enable ruff rule `PGH` * revert change in lobster.inputs test * fix some PathLike-related issues * more PGH003 fixes * more PGH003 fixes * fix unit test * more fixes for analysis module * finish all PGH * add more ruff rules * fix some `DTZ` datetime errors * fix `A001` * fix `TRY004` * fix more `TRY` errors * tweak format * tweak rule selections * tweak pyproject.toml * disable NPY rule for this PR * revert datetime utc replacement for now * pre-commit auto-fixes * reapply DTZ005 fixes * fix DTZ007 * fix PLR0124: compare with itself * fix unit test * suppress or fix `A002` * fix errors that don't show locally * replace `match.group(x)` with `match[x]` * correct err code * more group(x) changes * relocate no planned ruff families * reverse rule selection * enable rule family `D` for `pymatgen/viz` * restore assert x == x in __eq__ tests and ignore ruff PLR0124 in test files * cif -> CIF in doc str * snake_case var names * revert deletion of test for __eq__ * replace `[0:x]` slicing with `[:x]` * replace one more [0:x] slicing * replace multi-line `dict()` with `{}` * split xcfunc tests --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Janosh Riebesell <janosh.riebesell@gmail.com>
- Loading branch information
1 parent
24f7ae0
commit cb177f4
Showing
122 changed files
with
1,117 additions
and
1,097 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.