Skip to content

Commit 1bef7b3

Browse files
committed
fix
1 parent 78f5aee commit 1bef7b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: ["--fix"]
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v0.991
26+
rev: v1.19.1
2727
hooks:
2828
- id: mypy
2929
language_version: python

rio_cogeo/cogeo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,6 @@ def cog_info(
848848
Profile=profile,
849849
GEO=geo,
850850
Tags=tags,
851-
Band_Metadata=band_metadata,
851+
Band_Metadata=band_metadata, # type: ignore [call-arg]
852852
IFD=ifds,
853853
)

0 commit comments

Comments
 (0)