Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and ax3l committed Aug 14, 2024
1 parent 42d26da commit 7fb549e
Show file tree
Hide file tree
Showing 6 changed files with 778 additions and 748 deletions.
487 changes: 247 additions & 240 deletions src/amrex/space1d/__init__.pyi

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/amrex/space1d/amrex_1d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ amrex
"""

from __future__ import annotations

import typing

import numpy
import pybind11_stubgen.typing_ext
import typing

from . import ParallelDescriptor

__all__ = [
Expand Down
535 changes: 271 additions & 264 deletions src/amrex/space2d/__init__.pyi

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/amrex/space2d/amrex_2d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ amrex
"""

from __future__ import annotations

import typing

import numpy
import pybind11_stubgen.typing_ext
import typing

from . import ParallelDescriptor

__all__ = [
Expand Down
Loading

0 comments on commit 7fb549e

Please sign in to comment.