Skip to content

Commit

Permalink
Update settings for dmypy (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r authored Sep 19, 2024
1 parent d59e31c commit d91e92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "basic"
"python.analysis.typeCheckingMode": "basic",
"mypy.runUsingActiveInterpreter": true
}
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
python_version = 3.12
plugins = pydantic.mypy
show_error_codes = true
follow_imports = silent
follow_imports = normal
local_partial_types = true
strict_equality = true
no_implicit_optional = true
Expand Down

0 comments on commit d91e92c

Please sign in to comment.