diff --git a/.vscode/settings.json b/.vscode/settings.json index 5942a153..190db2e1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,9 @@ ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, - "python.analysis.typeCheckingMode": "strict" + "python.analysis.typeCheckingMode": "strict", + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + }, + "python.formatting.provider": "none" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c4e69ca9..d81b628a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "wasabi>=0.9.1", "tqdm>=4.64.1", "genanki>=0.13.0", + "sentry-sdk==2.0.5", ] [project.optional-dependencies]