Skip to content
Snippets Groups Projects
Commit dcad3538 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

ci: Update pyright

parent 13192848
No related branches found
No related tags found
1 merge request!3Refactor
...@@ -20,7 +20,7 @@ test-pyright: ...@@ -20,7 +20,7 @@ test-pyright:
- "**/*.py" - "**/*.py"
script: script:
- pip install . - pip install .
- npm install pyright@1.1.307 - npm install pyright@1.1.389
- node_modules/.bin/pyright --version - node_modules/.bin/pyright --version
- node_modules/.bin/pyright - node_modules/.bin/pyright
interruptible: true interruptible: true
......
...@@ -14,7 +14,7 @@ repos: ...@@ -14,7 +14,7 @@ repos:
- tomli - tomli
- repo: https://github.com/RobertCraigie/pyright-python - repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.307 rev: v1.1.389
hooks: hooks:
- id: pyright - id: pyright
pass_filenames: false pass_filenames: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment