Skip to content
Snippets Groups Projects
Verified Commit be1fc45c authored by David Hoese's avatar David Hoese
Browse files

Add mypy ignore to workaround satpy import refactors

parent 634a9be0
No related branches found
No related tags found
No related merge requests found
Pipeline #60650 passed
......@@ -7,7 +7,7 @@ repos:
- id: pre-commit-update
args: [ --dry-run ]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.11.13'
rev: 'v0.12.0'
hooks:
- id: ruff
args: ["--fix"]
......
......@@ -227,7 +227,7 @@ def _create_fake_reader(
available_names: list[str],
) -> object:
try:
from satpy.readers.core.yaml_reader import AbstractYAMLReader
from satpy.readers.core.yaml_reader import AbstractYAMLReader # type: ignore
except ImportError:
from satpy.readers.yaml_reader import AbstractYAMLReader # type: ignore
from satpy.tests.utils import make_dataid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment