We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0593a47 commit c53210eCopy full SHA for c53210e
1 file changed
{{cookiecutter.project_slug}}/pyproject.toml
@@ -36,7 +36,7 @@ lint = [
36
# NOTE: ruff is under active development, so we pin conservatively here
37
# and let Dependabot periodically perform this update.
38
"ruff ~= 0.14.0",
39
- "pyright",
+ "pyright ~= 1.1",
40
{%- if cookiecutter.docstring_coverage %}
41
"interrogate",
42
{%- endif %}
0 commit comments