Skip to content

Commit 9bacd81

Browse files
committed
Enforce mypy strict
1 parent 2835fad commit 9bacd81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ exclude = '''
1919
)/
2020
)
2121
'''
22+
23+
[tool.mypy]
24+
strict = true
25+
files = ["openapi_schema_pydantic/", "tests/"]

0 commit comments

Comments
 (0)