Skip to content

Commit 45143f5

Browse files
committed
feat: add basedpyright specific configuration based on #60 (comment)
1 parent a1798e1 commit 45143f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

{{cookiecutter.project_name}}/pyrightconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
"reportPropertyTypeMismatch": "warning",
3333
"reportReturnTypeFromAnnotation": "warning",
3434
"reportMissingReturnType": "warning",
35-
"basic": true,
3635
"reportMissingParameterType": "warning",
3736
"reportOptionalOperand": "warning",
38-
"pythonVersion": "{{ cookiecutter.min_python_version }}"
37+
"pythonVersion": "{{ cookiecutter.min_python_version }}",
38+
39+
"reportAny": "error",
40+
"reportExplicitAny": "warning"
3941
}

0 commit comments

Comments
 (0)