We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f5aee commit 1bef7b3Copy full SHA for 1bef7b3
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
args: ["--fix"]
24
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v0.991
+ rev: v1.19.1
27
hooks:
28
- id: mypy
29
language_version: python
rio_cogeo/cogeo.py
@@ -848,6 +848,6 @@ def cog_info(
848
Profile=profile,
849
GEO=geo,
850
Tags=tags,
851
- Band_Metadata=band_metadata,
+ Band_Metadata=band_metadata, # type: ignore [call-arg]
852
IFD=ifds,
853
)
0 commit comments