diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 202b5b8fb..476c36a15 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,6 +74,6 @@ repos: language: node pass_filenames: false types: [python] - additional_dependencies: ["pyright"] + additional_dependencies: ["pyright@1.1.347"] args: - --project=pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 11e74658c..9d6205c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ reportMissingImports = "none" reportGeneralTypeIssues = "none" reportPrivateUsage = "warning" reportPrivateImportUsage = "warning" +reportAttributeAccessIssue = "warning" [tool.cibuildwheel] # We need to build for the following Python versions: