From 782f524e2ccfa0eac06d846b6c977df2a2b9af17 Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Mon, 12 Feb 2024 02:30:39 +0100 Subject: [PATCH] Revert pyright to the previous version --- .pre-commit-config.yaml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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: