We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3562ef7 commit 711dce9Copy full SHA for 711dce9
.vscode/settings.json
@@ -3,5 +3,6 @@
3
"."
4
],
5
"python.testing.unittestEnabled": false,
6
- "python.testing.pytestEnabled": true
+ "python.testing.pytestEnabled": true,
7
+ "mypy-type-checker.args": ["--config-file=mypy.ini"]
8
}
mypy.ini
@@ -0,0 +1,2 @@
1
+strict = True
2
+files = src/
0 commit comments