From 39012adcc1b431c59ff9d83f75100971ffa540e0 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:13:16 -0900 Subject: [PATCH] chore: remove ignore with match statement support (#2175) --- .vscode/settings.json | 1 - pyproject.toml | 2 -- 2 files changed, 3 deletions(-) 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.