mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-23 17:02:55 -04:00
fix: add setting to fix mypy pydantic warning on vs code dev container setup (#4292)
This commit is contained in:
parent
4c1d855690
commit
49a392f4e2
@ -25,6 +25,7 @@
|
|||||||
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
|
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
|
||||||
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
|
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
|
||||||
"python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf",
|
"python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf",
|
||||||
|
"mypy.runUsingActiveInterpreter": true
|
||||||
},
|
},
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"charliermarsh.ruff",
|
"charliermarsh.ruff",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user