Skip to content

Commit

Permalink
add black as provider
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 15, 2023
1 parent ea59872 commit 34aa978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 34aa978

Please sign in to comment.