Skip to content

Commit ff39a6f

Browse files
authored
Merge pull request #88 from python-openapi/dependabot/pip/mypy-1.3.0
Bump mypy from 0.910 to 1.3.0
2 parents 70190e5 + 3cef840 commit ff39a6f

File tree

3 files changed

+43
-48
lines changed

3 files changed

+43
-48
lines changed

openapi_schema_validator/_validators.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,5 @@ def not_implemented(
264264
instance: Any,
265265
schema: Mapping[Hashable, Any],
266266
) -> Iterator[ValidationError]:
267-
pass
267+
return
268+
yield

poetry.lock

Lines changed: 40 additions & 46 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
@@ -64,7 +64,7 @@ pre-commit = "*"
6464
pytest = "^7"
6565
pytest-flake8 = "*"
6666
pytest-cov = "*"
67-
mypy = "^0.910"
67+
mypy = "^1.3"
6868
flynt = "^0.78"
6969
deptry = "^0.11.0"
7070

0 commit comments

Comments
 (0)