We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2835fad commit 9bacd81Copy full SHA for 9bacd81
pyproject.toml
@@ -19,3 +19,7 @@ exclude = '''
19
)/
20
)
21
'''
22
+
23
+[tool.mypy]
24
+strict = true
25
+files = ["openapi_schema_pydantic/", "tests/"]
0 commit comments