Skip to content

Commit

Permalink
fix: add setting to fix mypy pydantic warning on vs code dev containe…
Browse files Browse the repository at this point in the history
…r setup (#4292)
  • Loading branch information
tjb1982 authored Sep 30, 2024
1 parent 4c1d855 commit 49a392f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 49a392f

Please sign in to comment.