Skip to content

Commit 200e084

Browse files
committed
Remove pyrightCI and remove pyrightLocal alias
1 parent 39f2167 commit 200e084

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Configuration for Continuous Integration service
66
# https://pre-commit.ci/
77
ci:
8-
# skip: [pyrightLocal]
8+
skip: [pyright]
99
autoupdate_schedule: monthly
1010
autoupdate_commit_msg: "Pre-commit auto-update"
1111
autofix_commit_msg: "Pre-commit auto-fix"
@@ -81,15 +81,4 @@ repos:
8181
rev: v1.1.401
8282
hooks:
8383
- id: pyright
84-
alias: pyrightLocal
8584
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

0 commit comments

Comments
 (0)