forked from ECP-WarpX/WarpX
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Pre-Commits: Ruff Ruff is an extremely fast Python linter and code formatter. It replaces tools such as autoflake, flake8, pyflakes, or pylint. * [pre-commit.ci] auto fixes from pre-commit.com hooks Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Import Bugs: Missing and Shadowing - add missing imports - fix shadowing of import names with variables * Constant `c` already imported Fix "Redefinition of unused `c`". * Fix: E741 Ambiguous variable name: `l`/`I` * Fix: File is not always closed Properly close file after reading `warpx_used_inputs`. * Checksum import: Use Temporaries Suggestion by Dave. * f-string * Capacitive Discharge Analysis: Keep Block Format off --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c2337d3
commit 3dda26f
Showing
224 changed files
with
14,057 additions
and
10,093 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
Oops, something went wrong.