File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ repos:
1414 rev : v0.6.3
1515 hooks :
1616 - id : ruff
17- # - repo: https://github.com/RobertCraigie/pyright-python
18- # rev: v1.1.379
19- # hooks:
20- # - id: pyright
21- # name: pyright (system)
22- # description: 'pyright static type checker'
23- # entry: pyright
24- # language: system
25- # 'types_or': [python, pyi]
26- # require_serial: true
27- # minimum_pre_commit_version: '2.9.2'
17+ - repo : https://github.com/RobertCraigie/pyright-python
18+ rev : v1.1.381
19+ hooks :
20+ - id : pyright
21+ name : pyright (system)
22+ description : ' pyright static type checker'
23+ entry : pyright
24+ language : system
25+ ' types_or ' : [python, pyi]
26+ require_serial : true
27+ minimum_pre_commit_version : ' 2.9.2'
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ lint = [
5454 " libzim[build]" ,
5555]
5656check = [
57- " pyright==1.1.379 " ,
57+ " pyright==1.1.381 " ,
5858 " libzim" ,
5959 " libzim[build]" ,
6060 " libzim[test]" ,
You can’t perform that action at this time.
0 commit comments