Skip to content

Commit

Permalink
Merge pull request #88 from python-openapi/dependabot/pip/mypy-1.3.0
Browse files Browse the repository at this point in the history
Bump mypy from 0.910 to 1.3.0
  • Loading branch information
p1c2u authored Jun 13, 2023
2 parents 70190e5 + 3cef840 commit ff39a6f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 48 deletions.
3 changes: 2 additions & 1 deletion openapi_schema_validator/_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,5 @@ def not_implemented(
instance: Any,
schema: Mapping[Hashable, Any],
) -> Iterator[ValidationError]:
pass
return
yield
86 changes: 40 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pre-commit = "*"
pytest = "^7"
pytest-flake8 = "*"
pytest-cov = "*"
mypy = "^0.910"
mypy = "^1.3"
flynt = "^0.78"
deptry = "^0.11.0"

Expand Down

0 comments on commit ff39a6f

Please sign in to comment.