Skip to content

Commit c53210e

Browse files
committed
pin pyright
1 parent 0593a47 commit c53210e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lint = [
3636
# NOTE: ruff is under active development, so we pin conservatively here
3737
# and let Dependabot periodically perform this update.
3838
"ruff ~= 0.14.0",
39-
"pyright",
39+
"pyright ~= 1.1",
4040
{%- if cookiecutter.docstring_coverage %}
4141
"interrogate",
4242
{%- endif %}

0 commit comments

Comments
 (0)