File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 5
5
# Configuration for Continuous Integration service
6
6
# https://pre-commit.ci/
7
7
ci :
8
- # skip: [pyrightLocal ]
8
+ skip : [pyright ]
9
9
autoupdate_schedule : monthly
10
10
autoupdate_commit_msg : " Pre-commit auto-update"
11
11
autofix_commit_msg : " Pre-commit auto-fix"
@@ -81,15 +81,4 @@ repos:
81
81
rev : v1.1.401
82
82
hooks :
83
83
- id : pyright
84
- alias : pyrightLocal
85
84
name : Check types with pyright
86
-
87
- # - repo: https://github.com/RobertCraigie/pyright-python
88
- # rev: v1.1.401
89
- # hooks:
90
- # - id: pyright
91
- # alias: pyrightCI
92
- # name: Check types with pyright
93
- # use nodejs version of pyright and install pyproject.toml for CI
94
- # additional_dependencies: [".", "pyright[nodejs]"]
95
- # stages: [manual] # Only run from CI manually
You can’t perform that action at this time.
0 commit comments