We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c441a8 commit 34a1e08Copy full SHA for 34a1e08
taskiq_pipelines/pipeliner.py
@@ -1,5 +1,5 @@
1
# mypy: ignore-errors
2
-# Temporary ignore, because of some mypy issues with pydantic models and typing.
+# Temporary ignore, because of some mypy issues.
3
4
from types import CoroutineType
5
from typing import (
tests/test_steps.py
@@ -1,3 +1,6 @@
+# mypy: ignore-errors
+
from typing import List
6
import pytest
0 commit comments