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 e4b99e5 commit 4c579a9Copy full SHA for 4c579a9
catalog-info.yaml
@@ -78,13 +78,14 @@ spec:
78
typeChecker:
79
title: Type Checker
80
description: |
81
- How would you like to document your project?
82
- You can start with just a README and change your answer to add a sphinx project later.
+ What type checker would you like to use?
+ Pyright is recommended for new projects, but it is stricter,
83
+ so you might need to select mypy for existing projects.
84
type: string
- default: README
85
+ default: pyright
86
enum:
- - README
87
- - sphinx
+ - pyright
88
+ - mypy
89
90
# This template is meant to be used on top of an existing template.
91
# By adding the following and fetching from an absolute URL you can
0 commit comments