Skip to content

Commit

Permalink
Remove pyright cause it takes a long time to execute and has everythi…
Browse files Browse the repository at this point in the history
…ng disabled
  • Loading branch information
elliottower committed Jun 29, 2023
1 parent bf923c3 commit cd53db9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,3 @@ repos:
- --add-ignore=D100,D107,D101,D102,D103,D105
exclude: "__init__.py$|^metaworld.tests|^docs"
additional_dependencies: ["tomli"]
- repo: local
hooks:
- id: pyright
name: pyright
entry: pyright
language: node
pass_filenames: false
types: [python]
additional_dependencies: ["pyright"]
7 changes: 0 additions & 7 deletions pyrightconfig.json

This file was deleted.

0 comments on commit cd53db9

Please sign in to comment.