mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-24 11:15:15 -05:00
* file structure * auto-test * take 2 * refactor ap scheduler and startup process * fixed scraper error * database abstraction * database abstraction * port recipes over to new schema * meal migration * start settings migration * finale mongo port * backup improvements * migration imports to new DB structure * unused import cleanup * docs strings * settings and theme import logic * cleanup * fixed tinydb error * requirements * fuzzy search * remove scratch file * sqlalchemy models * improved search ui * recipe models almost done * sql modal population * del scratch * rewrite database model mixins * mostly grabage * recipe updates * working sqllite * remove old files and reorganize * final cleanup Co-authored-by: Hayden <hay-kot@pm.me>
15 lines
517 B
JSON
15 lines
517 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.pythonPath": ".venv/bin/python3.8",
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.autoComplete.extraPaths": ["mealie", "mealie/mealie"],
|
|
"python.analysis.extraPaths": ["mealie", "mealie/mealie"],
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"cSpell.enableFiletypes": ["!javascript", "!python"],
|
|
"python.testing.pytestArgs": ["mealie"]
|
|
}
|