mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
chore: remove ignore with match statement support (#2175)
This commit is contained in:
parent
6418a10428
commit
39012adcc1
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -39,7 +39,6 @@
|
|||||||
"python.testing.unittestEnabled": false,
|
"python.testing.unittestEnabled": false,
|
||||||
"python.analysis.typeCheckingMode": "off",
|
"python.analysis.typeCheckingMode": "off",
|
||||||
"python.linting.mypyEnabled": true,
|
"python.linting.mypyEnabled": true,
|
||||||
"isort.path": ["${workspaceFolder}/.venv/bin/isort"],
|
|
||||||
"search.mode": "reuseEditor",
|
"search.mode": "reuseEditor",
|
||||||
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test_*.py"],
|
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test_*.py"],
|
||||||
"explorer.fileNesting.enabled": true,
|
"explorer.fileNesting.enabled": true,
|
||||||
|
@ -141,8 +141,6 @@ exclude = [
|
|||||||
"dist",
|
"dist",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"venv",
|
"venv",
|
||||||
# TODO: Remove when match statement is supported by Ruff
|
|
||||||
"mealie/services/scraper/cleaner.py"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Assume Python 3.10.
|
# Assume Python 3.10.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user