We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e310120 commit be6bedcCopy full SHA for be6bedc
.pre-commit-config.yaml
@@ -66,7 +66,7 @@ repos:
66
pass_filenames: false
67
68
- repo: https://github.com/RobertCraigie/pyright-python
69
- rev: v1.1.399
+ rev: v1.1.400
70
hooks:
71
- id: pyright
72
# TODO: find out how to amend mypy, pyright, pre-commit and package requirements.
@@ -76,6 +76,7 @@ repos:
76
#
77
# For now, we simply copy & paste from pyproject.toml :(
78
additional_dependencies:
79
+ - "nodeenv" # Needed in pre-commit.ci environment
80
- "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
81
- "docutils>=0.16" # 0.16 is the current one available for RHEL9
82
- "fmf>=1.3.0"
0 commit comments