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