Skip to content

Commit be6bedc

Browse files
committed
Add nodeenv dependency to pyright
1 parent e310120 commit be6bedc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repos:
6666
pass_filenames: false
6767

6868
- repo: https://github.com/RobertCraigie/pyright-python
69-
rev: v1.1.399
69+
rev: v1.1.400
7070
hooks:
7171
- id: pyright
7272
# TODO: find out how to amend mypy, pyright, pre-commit and package requirements.
@@ -76,6 +76,7 @@ repos:
7676
#
7777
# For now, we simply copy & paste from pyproject.toml :(
7878
additional_dependencies:
79+
- "nodeenv" # Needed in pre-commit.ci environment
7980
- "click>=8.0.3,!=8.1.4" # 8.1.3 / 8.1.6 TODO type annotations tmt.cli.Context -> click.core.Context click/issues/2558
8081
- "docutils>=0.16" # 0.16 is the current one available for RHEL9
8182
- "fmf>=1.3.0"

0 commit comments

Comments
 (0)