Skip to content

Commit 424c9b3

Browse files
committed
Update Stub Files
1 parent 1b35e66 commit 424c9b3

29 files changed

+32417
-34342
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ repos:
7474
# Python: Ruff linter
7575
# https://docs.astral.sh/ruff/
7676
- repo: https://github.com/astral-sh/ruff-pre-commit
77-
rev: v0.5.6
77+
rev: v0.5.7
7878
hooks:
7979
# Run the linter.
8080
- id: ruff

src/amrex/space1d/__init__.pyi

Lines changed: 289 additions & 33 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from __future__ import annotations
2-
__all__ = ['IOProcessor', 'IOProcessorNumber', 'MyProc', 'NProcs']
3-
def IOProcessor() -> bool:
4-
...
5-
def IOProcessorNumber() -> int:
6-
...
7-
def MyProc() -> int:
8-
...
9-
def NProcs() -> int:
10-
...
2+
3+
__all__ = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"]
4+
5+
def IOProcessor() -> bool: ...
6+
def IOProcessorNumber() -> int: ...
7+
def MyProc() -> int: ...
8+
def NProcs() -> int: ...

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 10156 additions & 11045 deletions
Large diffs are not rendered by default.

src/amrex/space2d/__init__.pyi

Lines changed: 313 additions & 33 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from __future__ import annotations
2-
__all__ = ['IOProcessor', 'IOProcessorNumber', 'MyProc', 'NProcs']
3-
def IOProcessor() -> bool:
4-
...
5-
def IOProcessorNumber() -> int:
6-
...
7-
def MyProc() -> int:
8-
...
9-
def NProcs() -> int:
10-
...
2+
3+
__all__ = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"]
4+
5+
def IOProcessor() -> bool: ...
6+
def IOProcessorNumber() -> int: ...
7+
def MyProc() -> int: ...
8+
def NProcs() -> int: ...

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 11153 additions & 12078 deletions
Large diffs are not rendered by default.

src/amrex/space3d/__init__.pyi

Lines changed: 290 additions & 34 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from __future__ import annotations
2-
__all__ = ['IOProcessor', 'IOProcessorNumber', 'MyProc', 'NProcs']
3-
def IOProcessor() -> bool:
4-
...
5-
def IOProcessorNumber() -> int:
6-
...
7-
def MyProc() -> int:
8-
...
9-
def NProcs() -> int:
10-
...
2+
3+
__all__ = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"]
4+
5+
def IOProcessor() -> bool: ...
6+
def IOProcessorNumber() -> int: ...
7+
def MyProc() -> int: ...
8+
def NProcs() -> int: ...

0 commit comments

Comments
 (0)