-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
5ddb5c6
commit d8511b2
Showing
28 changed files
with
32,415 additions
and
34,340 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
from __future__ import annotations | ||
__all__ = ['IOProcessor', 'IOProcessorNumber', 'MyProc', 'NProcs'] | ||
def IOProcessor() -> bool: | ||
... | ||
def IOProcessorNumber() -> int: | ||
... | ||
def MyProc() -> int: | ||
... | ||
def NProcs() -> int: | ||
... | ||
|
||
__all__ = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"] | ||
|
||
def IOProcessor() -> bool: ... | ||
def IOProcessorNumber() -> int: ... | ||
def MyProc() -> int: ... | ||
def NProcs() -> int: ... |
21,201 changes: 10,156 additions & 11,045 deletions
21,201
src/amrex/space1d/amrex_1d_pybind/__init__.pyi
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
from __future__ import annotations | ||
__all__ = ['IOProcessor', 'IOProcessorNumber', 'MyProc', 'NProcs'] | ||
def IOProcessor() -> bool: | ||
... | ||
def IOProcessorNumber() -> int: | ||
... | ||
def MyProc() -> int: | ||
... | ||
def NProcs() -> int: | ||
... | ||
|
||
__all__ = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"] | ||
|
||
def IOProcessor() -> bool: ... | ||
def IOProcessorNumber() -> int: ... | ||
def MyProc() -> int: ... | ||
def NProcs() -> int: ... |
23,231 changes: 11,153 additions & 12,078 deletions
23,231
src/amrex/space2d/amrex_2d_pybind/__init__.pyi
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
from __future__ import annotations | ||
__all__ = ['IOProcessor', 'IOProcessorNumber', 'MyProc', 'NProcs'] | ||
def IOProcessor() -> bool: | ||
... | ||
def IOProcessorNumber() -> int: | ||
... | ||
def MyProc() -> int: | ||
... | ||
def NProcs() -> int: | ||
... | ||
|
||
__all__ = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"] | ||
|
||
def IOProcessor() -> bool: ... | ||
def IOProcessorNumber() -> int: ... | ||
def MyProc() -> int: ... | ||
def NProcs() -> int: ... |
Oops, something went wrong.