Skip to content

Commit

Permalink
Disable Pylance, and use mypy as a replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Jan 30, 2022
1 parent 870fe65 commit 233e2e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"autoDocstring.customTemplatePath": "resources/docstring_template.mustache",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.typeCheckingMode": "off",
"mypy.runUsingActiveInterpreter": true,
"python.testing.pytestArgs": [
"tests"
],
Expand Down

0 comments on commit 233e2e9

Please sign in to comment.