Skip to content

Commit

Permalink
Merge pull request #559 from pytroll/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
djhoese authored Nov 28, 2023
2 parents 25d0c72 + 850ec28 commit 294e6ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: bandit
args: [--ini, .bandit]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.6.1' # Use the sha / tag you want to point at
rev: 'v1.7.1' # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pyresample/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ def _get_bbox_elements(self, coord_fun, vertices_per_side: Optional[int] = None)

def _filter_bbox_nans(
self,
dim1_sides: list[np.ndarray],
dim2_sides: list[np.ndarray],
dim1_sides: tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray],
dim2_sides: tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray],
) -> tuple[list[np.ndarray], list[np.ndarray]]:
new_dim1_sides = []
new_dim2_sides = []
Expand Down

0 comments on commit 294e6ea

Please sign in to comment.