Skip to content

Commit 49a392f

Browse files
authored
fix: add setting to fix mypy pydantic warning on vs code dev container setup (#4292)
1 parent 4c1d855 commit 49a392f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
2626
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
2727
"python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf",
28+
"mypy.runUsingActiveInterpreter": true
2829
},
2930
"extensions": [
3031
"charliermarsh.ruff",

0 commit comments

Comments
 (0)