Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 14, 2024
1 parent 5ddb5c6 commit d8511b2
Show file tree
Hide file tree
Showing 28 changed files with 32,415 additions and 34,340 deletions.
322 changes: 289 additions & 33 deletions src/amrex/space1d/__init__.pyi

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions src/amrex/space1d/amrex_1d_pybind/ParallelDescriptor.pyi
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 src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Large diffs are not rendered by default.

346 changes: 313 additions & 33 deletions src/amrex/space2d/__init__.pyi

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions src/amrex/space2d/amrex_2d_pybind/ParallelDescriptor.pyi
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 src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Large diffs are not rendered by default.

322 changes: 289 additions & 33 deletions src/amrex/space3d/__init__.pyi

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions src/amrex/space3d/amrex_3d_pybind/ParallelDescriptor.pyi
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: ...
Loading

0 comments on commit d8511b2

Please sign in to comment.