diff --git a/.vscode/settings.json b/.vscode/settings.json index 95efefcc9249..a65a17cabcd0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -39,7 +39,6 @@ "python.testing.unittestEnabled": false, "python.analysis.typeCheckingMode": "off", "python.linting.mypyEnabled": true, - "isort.path": ["${workspaceFolder}/.venv/bin/isort"], "search.mode": "reuseEditor", "python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test_*.py"], "explorer.fileNesting.enabled": true, diff --git a/pyproject.toml b/pyproject.toml index cc92fdd8816b..b6171c016d9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,8 +141,6 @@ exclude = [ "dist", "node_modules", "venv", - # TODO: Remove when match statement is supported by Ruff - "mealie/services/scraper/cleaner.py" ] # Assume Python 3.10.