Skip to content

Commit 722c5d3

Browse files
committed
Add pydantic mypy plugin
1 parent 9069b66 commit 722c5d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ exclude_lines = [
7474
exclude = [
7575
"config/gunicorn.py"
7676
]
77+
plugins = "pydantic.mypy"
7778
python_version = '3.10'
7879
show_error_codes = true
7980
follow_imports = 'silent'

0 commit comments

Comments
 (0)