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 a1798e1 commit 45143f5Copy full SHA for 45143f5
{{cookiecutter.project_name}}/pyrightconfig.json
@@ -32,8 +32,10 @@
32
"reportPropertyTypeMismatch": "warning",
33
"reportReturnTypeFromAnnotation": "warning",
34
"reportMissingReturnType": "warning",
35
- "basic": true,
36
"reportMissingParameterType": "warning",
37
"reportOptionalOperand": "warning",
38
- "pythonVersion": "{{ cookiecutter.min_python_version }}"
+ "pythonVersion": "{{ cookiecutter.min_python_version }}",
+
39
+ "reportAny": "error",
40
+ "reportExplicitAny": "warning"
41
}
0 commit comments