Skip to content

Commit 611560f

Browse files
build(deps-dev): bump mypy from 1.2.0 to 1.3.0 (#1615)
* build(deps-dev): bump mypy from 1.2.0 to 1.3.0 Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0. - [Commits](python/mypy@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update cond.py --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikita Sobolev <[email protected]>
1 parent 046a422 commit 611560f

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

poetry.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ trio = "^0.22"
5656
attrs = "^23.1"
5757
httpx = "^0.24"
5858

59-
mypy = "^1.2.0"
59+
mypy = "^1.3.0"
6060
wemake-python-styleguide = "^0.17"
6161
flake8-pytest-style = "^1.6"
6262
flake8-pyi = "^23.4"

returns/methods/cond.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def internal_cond(
8080

8181
if issubclass(container_type, DiverseFailableN):
8282
return container_type.from_failure(error_value)
83-
return container_type.empty # type: ignore
83+
return container_type.empty
8484

8585

8686
#: Kinded version of :func:`~internal_cond`, use it to infer real return type.

0 commit comments

Comments
 (0)