From cd53db910b70bb25889e6456e3027fd7dd9b246b Mon Sep 17 00:00:00 2001 From: elliottower Date: Thu, 29 Jun 2023 15:26:49 -0400 Subject: [PATCH] Remove pyright cause it takes a long time to execute and has everything disabled --- .pre-commit-config.yaml | 9 --------- pyrightconfig.json | 7 ------- 2 files changed, 16 deletions(-) delete mode 100644 pyrightconfig.json diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46d806ec9..24dc7fc60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"] diff --git a/pyrightconfig.json b/pyrightconfig.json deleted file mode 100644 index fbd0d3a5b..000000000 --- a/pyrightconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "reportOptionalMemberAccess": false, - "reportGeneralTypeIssues": false, - "reportMissingImports": false, - "reportOptionalSubscript": false, - "reportUnboundVariable": false -} \ No newline at end of file