Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mypy from 1.10.1 to 1.11.1 #220

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cwltest/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from cwltest import REQUIRED, UNSUPPORTED_FEATURE, logger, utils

if TYPE_CHECKING:
from _pytest._code.code import ExceptionInfo, _TracebackStyle
from _pytest._code.code import ExceptionInfo, TracebackStyle
from _pytest.config import Config
from _pytest.config import Config as PytestConfig
from _pytest.config import PytestPluginManager
Expand Down Expand Up @@ -207,7 +207,7 @@ def runtest(self) -> None:
def repr_failure(
self,
excinfo: "ExceptionInfo[BaseException]",
style: Optional["_TracebackStyle"] = None,
style: Optional["TracebackStyle"] = None,
) -> str:
"""
Document failure reason.
Expand Down
3 changes: 2 additions & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mypy==1.10.1
mypy==1.11.1
pytest >= 8.3, < 9
types-setuptools
types-requests
types-PyYAML
Expand Down
Loading