fix: add setting to fix mypy pydantic warning on vs code dev container setup (#4292)

This commit is contained in:
Tom Brennan
2024-09-30 12:34:22 -04:00
committed by GitHub
parent 4c1d855690
commit 49a392f4e2

View File

@@ -25,6 +25,7 @@
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
"python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf",
"mypy.runUsingActiveInterpreter": true
},
"extensions": [
"charliermarsh.ruff",