mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +02: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
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue